#C9C6AE

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

Shades of Kangaroo #C9C6AE

Tints of Kangaroo #C9C6AE

Color information

#C9C6AE (or 0xC9C6AE) is unknown color: approx Kangaroo. HEX triplet: C9, C6 and AE. RGB value is (201,198,174). Sum of RGB (Red+Green+Blue) = 201+198+174=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 198 (77.73% from 255 or 34.55% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C6AE is #363951. Grayscale: #C4C4C4. Windows color (decimal): -3553618 or 11454153. OLE color: 11454153.

HSL color Cylindrical-coordinate representation of color #C9C6AE: hue angle of 53.33º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9C6AE is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB201198174-
CMYK00.010.130.21
HSL53.33º20%73.53%-
HSV(B)53.33º13.43%78.82%-
XYZ51.9255.8648.09-
YUV196.16115.49131.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.08%
GREEN value IS 198 (77.73% from 255) = 34.55%
BLUE value IS 174 (68.36% from 255) = 30.37%
R=35.08%
G=34.55%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20119817400.010.130.2153.332073.53
HexC9C6AE01D1535144a
Octal3113062560115256524112
Binary11001001110001101010111001110110101110101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9C6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9C6AE; }

 p { color: rgb(201,198,174); }

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

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

 a { background-color: rgb(201,198,174); }

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

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

 span { border-color: rgb(201,198,174); }

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