#C28E55

Color #C28E55 Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #C28E55

Tints of Twine #C28E55

Color information

#C28E55 (or 0xC28E55) is unknown color: approx Twine. HEX triplet: C2, 8E and 55. RGB value is (194,142,85). Sum of RGB (Red+Green+Blue) = 194+142+85=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 142 (55.86% from 255 or 33.73% from 421); Blue value is 85 (33.59% from 255 or 20.19% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28E55 is #3D71AA. Grayscale: #979797. Windows color (decimal): -4026795 or 5607106. OLE color: 5607106.

HSL color Cylindrical-coordinate representation of color #C28E55: hue angle of 31.38º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C28E55 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB19414285-
CMYK00.270.560.24
HSL31.38º47.19%54.71%-
HSV(B)31.38º56.19%76.08%-
XYZ33.5631.4712.9-
YUV151.0590.73158.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 142 (55.86% from 255) = 33.73%
BLUE value IS 85 (33.59% from 255) = 20.19%
R=46.08%
G=33.73%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941428500.270.560.2431.3847.1954.71
HexC28E5501B38181f2f37
Octal3022161250337030375767
Binary110000101000111010101010110111110001100011111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E55; }

 p { color: rgb(194,142,85); }

 H1.HeaderClassName
 {
   color: #C28E55;
 }
 .AnyTagClassName
 {
   color: #C28E55;
 }
</style>
background-color css

<style>
 a { background-color: #C28E55; }

 a { background-color: rgb(194,142,85); }

 div.DivClassName
 {
   background-color: #C28E55;
 }
 .BgClassName
 {
   background-color: #C28E55;
 }
</style>
border-color css

<style>
 span { border-color: #C28E55; }

 span { border-color: rgb(194,142,85); }

 td.TdClassName
 {
   border-color: #C28E55;
 }
 .TagClassName
 {
   border-color: #C28E55;
 }
</style>