Shades of Kangaroo #C9C8AF
Tints of Kangaroo #C9C8AF
RGB
CMYK
RGB Variations
Color information
#C9C8AF (or 0xC9C8AF) is known color: Kangaroo. HEX triplet: C9, C8 and AF. RGB value is (201,200,175). Sum of RGB (Red+Green+Blue) = 201+200+175=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 175 (68.75% from 255 or 30.38% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C8AF is #363750. Grayscale: #C5C5C5. Windows color (decimal): -3553105 or 11520201. OLE color: 11520201.
HSL color Cylindrical-coordinate representation of color #C9C8AF: hue angle of 57.69º degrees, saturation: 0.19, 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 #C9C8AF is Cyan = 0, Magento = 0.00, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 175 | - |
| CMYK | 0 | 0.00 | 0.13 | 0.21 |
| HSL | 57.69º | 0.19% | 0.74% | - |
| HSV(B) | 57.69º | 0.13% | 0.79% | - |
| XYZ | 52.48 | 56.82 | 48.76 | - |
| YUV | 197.45 | 115.33 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 175 | 0 | 0.00 | 0.13 | 0.21 | 57.69 | 0.19 | 0.74 |
| Hex | C9 | C8 | AF | 0 | 0 | D | 15 | 3A | 13 | 4A |
| Octal | 311 | 310 | 257 | 0 | 0 | 15 | 25 | 72 | 23 | 112 |
| Binary | 11001001 | 11001000 | 10101111 | 0 | 0 | 1101 | 10101 | 111010 | 10011 | 1001010 |
Color Harmonies of #C9C8AF
Complementary color
Monochromatic Colors of #C9C8AF
Black with #C9C8AF
Text Example
Text Example
White with #C9C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8AF; }
p { color: rgb(201,200,175); }
H1.HeaderClassName
{
color: #C9C8AF;
}
.AnyTagClassName
{
color: #C9C8AF;
}
</style>
background-color css
<style>
a { background-color: #C9C8AF; }
a { background-color: rgb(201,200,175); }
div.DivClassName
{
background-color: #C9C8AF;
}
.BgClassName
{
background-color: #C9C8AF;
}
</style>
border-color css
<style>
span { border-color: #C9C8AF; }
span { border-color: rgb(201,200,175); }
td.TdClassName
{
border-color: #C9C8AF;
}
.TagClassName
{
border-color: #C9C8AF;
}
</style>