#C08F4E

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

Shades of Tussock #C08F4E

Tints of Tussock #C08F4E

Color information

#C08F4E (or 0xC08F4E) is unknown color: approx Tussock. HEX triplet: C0, 8F and 4E. RGB value is (192,143,78). Sum of RGB (Red+Green+Blue) = 192+143+78=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C08F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08F4E is #3F70B1. Grayscale: #969696. Windows color (decimal): -4157618 or 5148608. OLE color: 5148608.

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

Color convert

RGB19214378-
CMYK00.260.590.25
HSL34.21º47.5%52.94%-
HSV(B)34.21º59.38%75.29%-
XYZ32.9431.411.53-
YUV150.2487.23157.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.49%
GREEN value IS 143 (56.25% from 255) = 34.62%
BLUE value IS 78 (30.86% from 255) = 18.89%
R=46.49%
G=34.62%
B=18.89%

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
Decimal1921437800.260.590.2534.2147.552.94
HexC08F4E01A3B19223035
Octal3002171160327331426065
Binary1100000010001111100111001101011101111001100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08F4E; }

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

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

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

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

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

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

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

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