#C0884C

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

Shades of Tussock #C0884C

Tints of Tussock #C0884C

Color information

#C0884C (or 0xC0884C) is unknown color: approx Tussock. HEX triplet: C0, 88 and 4C. RGB value is (192,136,76). Sum of RGB (Red+Green+Blue) = 192+136+76=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 76 (30.08% from 255 or 18.81% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0884C is #3F77B3. Grayscale: #929292. Windows color (decimal): -4159412 or 5015744. OLE color: 5015744.

HSL color Cylindrical-coordinate representation of color #C0884C: hue angle of 31.03º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0884C is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB19213676-
CMYK00.290.600.25
HSL31.03º47.93%52.55%-
HSV(B)31.03º60.42%75.29%-
XYZ31.8529.3410.82-
YUV145.988.55160.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 136 (53.52% from 255) = 33.66%
BLUE value IS 76 (30.08% from 255) = 18.81%
R=47.52%
G=33.66%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921367600.290.600.2531.0347.9352.55
HexC0884C01D3C191f3035
Octal3002101140357431376065
Binary110000001000100010011000111011111001100111111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0884C; }

 p { color: rgb(192,136,76); }

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

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

 a { background-color: rgb(192,136,76); }

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

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

 span { border-color: rgb(192,136,76); }

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