#C08C4A

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

Shades of Tussock #C08C4A

Tints of Tussock #C08C4A

Color information

#C08C4A (or 0xC08C4A) is unknown color: approx Tussock. HEX triplet: C0, 8C and 4A. RGB value is (192,140,74). Sum of RGB (Red+Green+Blue) = 192+140+74=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C08C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08C4A is #3F73B5. Grayscale: #949494. Windows color (decimal): -4158390 or 4885696. OLE color: 4885696.

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

Color convert

RGB19214074-
CMYK00.270.610.25
HSL33.56º48.36%52.16%-
HSV(B)33.56º61.46%75.29%-
XYZ32.3530.4610.65-
YUV148.0286.23159.37-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 140 (55.08% from 255) = 34.48%
BLUE value IS 74 (29.30% from 255) = 18.23%
R=47.29%
G=34.48%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921407400.270.610.2533.5648.3652.16
HexC08C4A01B3D19223034
Octal3002141120337531426064
Binary1100000010001100100101001101111110111001100010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08C4A; }

 p { color: rgb(192,140,74); }

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

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

 a { background-color: rgb(192,140,74); }

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

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

 span { border-color: rgb(192,140,74); }

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