Shades of Kangaroo #C9C8AD
Tints of Kangaroo #C9C8AD
RGB
CMYK
RGB Variations
Color information
#C9C8AD (or 0xC9C8AD) is known color: Kangaroo. HEX triplet: C9, C8 and AD. RGB value is (201,200,173). Sum of RGB (Red+Green+Blue) = 201+200+173=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C8AD is #363752. Grayscale: #C5C5C5. Windows color (decimal): -3553107 or 11389129. OLE color: 11389129.
HSL color Cylindrical-coordinate representation of color #C9C8AD: hue angle of 57.86º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9C8AD is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 200 | 173 | - |
| CMYK | 0 | 0.00 | 0.14 | 0.21 |
| HSL | 57.86º | 0.21% | 0.73% | - |
| HSV(B) | 57.86º | 0.14% | 0.79% | - |
| XYZ | 52.28 | 56.74 | 47.73 | - |
| YUV | 197.22 | 114.33 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 200 | 173 | 0 | 0.00 | 0.14 | 0.21 | 57.86 | 0.21 | 0.73 |
| Hex | C9 | C8 | AD | 0 | 0 | E | 15 | 3A | 15 | 49 |
| Octal | 311 | 310 | 255 | 0 | 0 | 16 | 25 | 72 | 25 | 111 |
| Binary | 11001001 | 11001000 | 10101101 | 0 | 0 | 1110 | 10101 | 111010 | 10101 | 1001001 |
Color Harmonies of #C9C8AD
Complementary color
Monochromatic Colors of #C9C8AD
Black with #C9C8AD
Text Example
Text Example
White with #C9C8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C8AD; }
p { color: rgb(201,200,173); }
H1.HeaderClassName
{
color: #C9C8AD;
}
.AnyTagClassName
{
color: #C9C8AD;
}
</style>
background-color css
<style>
a { background-color: #C9C8AD; }
a { background-color: rgb(201,200,173); }
div.DivClassName
{
background-color: #C9C8AD;
}
.BgClassName
{
background-color: #C9C8AD;
}
</style>
border-color css
<style>
span { border-color: #C9C8AD; }
span { border-color: rgb(201,200,173); }
td.TdClassName
{
border-color: #C9C8AD;
}
.TagClassName
{
border-color: #C9C8AD;
}
</style>