#C08E5C

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

Shades of Twine #C08E5C

Tints of Twine #C08E5C

Color information

#C08E5C (or 0xC08E5C) is unknown color: approx Twine. HEX triplet: C0, 8E and 5C. RGB value is (192,142,92). Sum of RGB (Red+Green+Blue) = 192+142+92=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E5C is #3F71A3. Grayscale: #979797. Windows color (decimal): -4157860 or 6065856. OLE color: 6065856.

HSL color Cylindrical-coordinate representation of color #C08E5C: hue angle of 30º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C08E5C is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19214292-
CMYK00.260.520.25
HSL30º44.25%55.69%-
HSV(B)30º52.08%75.29%-
XYZ33.3431.3314.41-
YUV151.2594.56157.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 92 (36.33% from 255) = 21.60%
R=45.07%
G=33.33%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921429200.260.520.253044.2555.69
HexC08E5C01A34191e2c38
Octal3002161340326431365470
Binary110000001000111010111000110101101001100111110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08E5C; }

 p { color: rgb(192,142,92); }

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

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

 a { background-color: rgb(192,142,92); }

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

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

 span { border-color: rgb(192,142,92); }

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