Shades of Kangaroo #C9C3AA
Tints of Kangaroo #C9C3AA
RGB
CMYK
RGB Variations
Color information
#C9C3AA (or 0xC9C3AA) is known color: Kangaroo. HEX triplet: C9, C3 and AA. RGB value is (201,195,170). Sum of RGB (Red+Green+Blue) = 201+195+170=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 195 (76.56% from 255 or 34.45% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C3AA is #363C55. Grayscale: #C2C2C2. Windows color (decimal): -3554390 or 11191241. OLE color: 11191241.
HSL color Cylindrical-coordinate representation of color #C9C3AA: hue angle of 48.39º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9C3AA is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 170 | - |
| CMYK | 0 | 0.03 | 0.15 | 0.21 |
| HSL | 48.39º | 0.22% | 0.73% | - |
| HSV(B) | 48.39º | 0.15% | 0.79% | - |
| XYZ | 50.86 | 54.35 | 45.84 | - |
| YUV | 193.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 170 | 0 | 0.03 | 0.15 | 0.21 | 48.39 | 0.22 | 0.73 |
| Hex | C9 | C3 | AA | 0 | 3 | F | 15 | 30 | 16 | 49 |
| Octal | 311 | 303 | 252 | 0 | 3 | 17 | 25 | 60 | 26 | 111 |
| Binary | 11001001 | 11000011 | 10101010 | 0 | 11 | 1111 | 10101 | 110000 | 10110 | 1001001 |
Color Harmonies of #C9C3AA
Complementary color
Monochromatic Colors of #C9C3AA
Black with #C9C3AA
Text Example
Text Example
White with #C9C3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C3AA; }
p { color: rgb(201,195,170); }
H1.HeaderClassName
{
color: #C9C3AA;
}
.AnyTagClassName
{
color: #C9C3AA;
}
</style>
background-color css
<style>
a { background-color: #C9C3AA; }
a { background-color: rgb(201,195,170); }
div.DivClassName
{
background-color: #C9C3AA;
}
.BgClassName
{
background-color: #C9C3AA;
}
</style>
border-color css
<style>
span { border-color: #C9C3AA; }
span { border-color: rgb(201,195,170); }
td.TdClassName
{
border-color: #C9C3AA;
}
.TagClassName
{
border-color: #C9C3AA;
}
</style>