#C08F4F

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

Shades of Tussock #C08F4F

Tints of Tussock #C08F4F

Color information

#C08F4F (or 0xC08F4F) is unknown color: approx Tussock. HEX triplet: C0, 8F and 4F. RGB value is (192,143,79). Sum of RGB (Red+Green+Blue) = 192+143+79=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F4F is #3F70B0. Grayscale: #969696. Windows color (decimal): -4157617 or 5214144. OLE color: 5214144.

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

Color convert

RGB19214379-
CMYK00.260.590.25
HSL33.98º47.28%53.14%-
HSV(B)33.98º58.85%75.29%-
XYZ32.9731.4211.72-
YUV150.3587.73157.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 143 (56.25% from 255) = 34.54%
BLUE value IS 79 (31.25% from 255) = 19.08%
R=46.38%
G=34.54%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921437900.260.590.2533.9847.2853.14
HexC08F4F01A3B19222f35
Octal3002171170327331425765
Binary1100000010001111100111101101011101111001100010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F4F; }

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

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

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

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

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

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

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

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