#C99A4B

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

Shades of Tussock #C99A4B

Tints of Tussock #C99A4B

Color information

#C99A4B (or 0xC99A4B) is unknown color: approx Tussock. HEX triplet: C9, 9A and 4B. RGB value is (201,154,75). Sum of RGB (Red+Green+Blue) = 201+154+75=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A4B is #3665B4. Grayscale: #9F9F9F. Windows color (decimal): -3564981 or 4954825. OLE color: 4954825.

HSL color Cylindrical-coordinate representation of color #C99A4B: hue angle of 37.62º 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 #C99A4B is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB20115475-
CMYK00.230.630.21
HSL37.62º53.85%54.12%-
HSV(B)37.62º62.69%78.82%-
XYZ36.9136.0411.67-
YUV159.0580.57157.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.74%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 75 (29.69% from 255) = 17.44%
R=46.74%
G=35.81%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011547500.230.630.2137.6253.8554.12
HexC99A4B0173F15263636
Octal3112321130277725466666
Binary1100100110011010100101101011111111110101100110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A4B; }

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

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

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

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

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

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

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

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