#C08F5C

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

Shades of Twine #C08F5C

Tints of Twine #C08F5C

Color information

#C08F5C (or 0xC08F5C) is unknown color: approx Twine. HEX triplet: C0, 8F and 5C. RGB value is (192,143,92). Sum of RGB (Red+Green+Blue) = 192+143+92=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 92 (36.33% from 255 or 21.55% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F5C is #3F70A3. Grayscale: #989898. Windows color (decimal): -4157604 or 6066112. OLE color: 6066112.

HSL color Cylindrical-coordinate representation of color #C08F5C: hue angle of 30.6º 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 #C08F5C is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB19214392-
CMYK00.260.520.25
HSL30.6º44.25%55.69%-
HSV(B)30.6º52.08%75.29%-
XYZ33.4931.6214.46-
YUV151.8494.23156.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.96%
GREEN value IS 143 (56.25% from 255) = 33.49%
BLUE value IS 92 (36.33% from 255) = 21.55%
R=44.96%
G=33.49%
B=21.55%

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
Decimal1921439200.260.520.2530.644.2555.69
HexC08F5C01A34191f2c38
Octal3002171340326431375470
Binary110000001000111110111000110101101001100111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F5C; }

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

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

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

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

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

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

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

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