#C9994B

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

Shades of Tussock #C9994B

Tints of Tussock #C9994B

Color information

#C9994B (or 0xC9994B) is unknown color: approx Tussock. HEX triplet: C9, 99 and 4B. RGB value is (201,153,75). Sum of RGB (Red+Green+Blue) = 201+153+75=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9994B is #3666B4. Grayscale: #9E9E9E. Windows color (decimal): -3565237 or 4954569. OLE color: 4954569.

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

Color convert

RGB20115375-
CMYK00.240.630.21
HSL37.14º53.85%54.12%-
HSV(B)37.14º62.69%78.82%-
XYZ36.7535.7111.61-
YUV158.4680.9158.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 153 (60.16% from 255) = 35.66%
BLUE value IS 75 (29.69% from 255) = 17.48%
R=46.85%
G=35.66%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011537500.240.630.2137.1453.8554.12
HexC9994B0183F15253636
Octal3112311130307725456666
Binary1100100110011001100101101100011111110101100101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9994B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9994B; }

 p { color: rgb(201,153,75); }

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

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

 a { background-color: rgb(201,153,75); }

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

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

 span { border-color: rgb(201,153,75); }

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