#C08256

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

Shades of Twine #C08256

Tints of Twine #C08256

Color information

#C08256 (or 0xC08256) is unknown color: approx Twine. HEX triplet: C0, 82 and 56. RGB value is (192,130,86). Sum of RGB (Red+Green+Blue) = 192+130+86=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 86 (33.98% from 255 or 21.08% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C08256 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08256 is #3F7DA9. Grayscale: #8F8F8F. Windows color (decimal): -4160938 or 5669568. OLE color: 5669568.

HSL color Cylindrical-coordinate representation of color #C08256: hue angle of 24.91º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C08256 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19213086-
CMYK00.320.550.25
HSL24.91º45.69%54.51%-
HSV(B)24.91º55.21%75.29%-
XYZ31.427.8412.52-
YUV143.5295.54162.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.06%
GREEN value IS 130 (51.17% from 255) = 31.86%
BLUE value IS 86 (33.98% from 255) = 21.08%
R=47.06%
G=31.86%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921308600.320.550.2524.9145.6954.51
HexC082560203719192e37
Octal3002021260406731315667
Binary1100000010000010101011001000001101111100111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08256; }

 p { color: rgb(192,130,86); }

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

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

 a { background-color: rgb(192,130,86); }

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

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

 span { border-color: rgb(192,130,86); }

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