#c99c49

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

Shades of Tussock #C99C49

Tints of Tussock #C99C49

Color information

#C99C49 (or 0xC99C49) is unknown color: approx Tussock. HEX triplet: C9, 9C and 49. RGB value is (201,156,73). Sum of RGB (Red+Green+Blue) = 201+156+73=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C49 is #3663B6. Grayscale: #A0A0A0. Windows color (decimal): -3564471 or 4824265. OLE color: 4824265.

HSL color Cylindrical-coordinate representation of color #C99C49: hue angle of 38.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99C49 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20115673-
CMYK00.220.640.21
HSL38.91º54.24%53.73%-
HSV(B)38.91º63.68%78.82%-
XYZ37.1836.6811.42-
YUV159.9978.91157.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 73 (28.91% from 255) = 16.98%
R=46.74%
G=36.28%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011567300.220.640.2138.9154.2453.73
HexC99C490164015273636
Octal31123411102610025476666
Binary11001001100111001001001010110100000010101100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c99c49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c99c49; }

 p { color: rgb(201,156,73); }

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

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

 a { background-color: rgb(201,156,73); }

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

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

 span { border-color: rgb(201,156,73); }

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