#C99B4C

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

Shades of Tussock #C99B4C

Tints of Tussock #C99B4C

Color information

#C99B4C (or 0xC99B4C) is unknown color: approx Tussock. HEX triplet: C9, 9B and 4C. RGB value is (201,155,76). Sum of RGB (Red+Green+Blue) = 201+155+76=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 201 - color contains mainly: red. Hex color #C99B4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99B4C is #3664B3. Grayscale: #A0A0A0. Windows color (decimal): -3564724 or 5020617. OLE color: 5020617.

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

Color convert

RGB20115576-
CMYK00.230.620.21
HSL37.92º53.65%54.31%-
HSV(B)37.92º62.19%78.82%-
XYZ37.1136.3811.9-
YUV159.7580.74157.42-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.53%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 76 (30.08% from 255) = 17.59%
R=46.53%
G=35.88%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011557600.230.620.2137.9253.6554.31
HexC99B4C0173E15263636
Octal3112331140277625466666
Binary1100100110011011100110001011111111010101100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99B4C; }

 p { color: rgb(201,155,76); }

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

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

 a { background-color: rgb(201,155,76); }

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

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

 span { border-color: rgb(201,155,76); }

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