#C08962

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

Shades of Twine #C08962

Tints of Twine #C08962

Color information

#C08962 (or 0xC08962) is unknown color: approx Twine. HEX triplet: C0, 89 and 62. RGB value is (192,137,98). Sum of RGB (Red+Green+Blue) = 192+137+98=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C08962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08962 is #3F769D. Grayscale: #959595. Windows color (decimal): -4159134 or 6457792. OLE color: 6457792.

HSL color Cylindrical-coordinate representation of color #C08962: hue angle of 24.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C08962 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19213798-
CMYK00.290.490.25
HSL24.89º42.73%56.86%-
HSV(B)24.89º48.96%75.29%-
XYZ32.8929.9815.61-
YUV14999.22158.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=44.96%
G=32.08%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921379800.290.490.2524.8942.7356.86
HexC0896201D3119192b39
Octal3002111420356131315371
Binary110000001000100111000100111011100011100111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08962; }

 p { color: rgb(192,137,98); }

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

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

 a { background-color: rgb(192,137,98); }

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

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

 span { border-color: rgb(192,137,98); }

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