Shades of Kangaroo #C9C6AE
Tints of Kangaroo #C9C6AE
RGB
CMYK
RGB Variations
Color information
#C9C6AE (or 0xC9C6AE) is known color: 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
| RGB | 201 | 198 | 174 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.21 |
| HSL | 53.33º | 0.2% | 0.74% | - |
| HSV(B) | 53.33º | 0.13% | 0.79% | - |
| XYZ | 51.92 | 55.86 | 48.09 | - |
| YUV | 196.16 | 115.49 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 174 | 0 | 0.01 | 0.13 | 0.21 | 53.33 | 0.2 | 0.74 |
| Hex | C9 | C6 | AE | 0 | 1 | D | 15 | 35 | 14 | 4A |
| Octal | 311 | 306 | 256 | 0 | 1 | 15 | 25 | 65 | 24 | 112 |
| Binary | 11001001 | 11000110 | 10101110 | 0 | 1 | 1101 | 10101 | 110101 | 10100 | 1001010 |
Color Harmonies of #C9C6AE
Complementary color
Monochromatic Colors of #C9C6AE
Black with #C9C6AE
Text Example
Text Example
White with #C9C6AE
Text Example
Text Example
HTML Codes & Css Web 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>