Shades of Kangaroo #CDC9AD
Tints of Kangaroo #CDC9AD
RGB
CMYK
RGB Variations
Color information
#CDC9AD (or 0xCDC9AD) is known color: Kangaroo. HEX triplet: CD, C9 and AD. RGB value is (205,201,173). Sum of RGB (Red+Green+Blue) = 205+201+173=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 201 (78.91% from 255 or 34.72% from 579); Blue value is 173 (67.97% from 255 or 29.88% from 579); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC9AD is #323652. Grayscale: #C7C7C7. Windows color (decimal): -3290707 or 11389389. OLE color: 11389389.
HSL color Cylindrical-coordinate representation of color #CDC9AD: hue angle of 52.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC9AD is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 173 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.20 |
| HSL | 52.5º | 0.24% | 0.74% | - |
| HSV(B) | 52.5º | 0.16% | 0.8% | - |
| XYZ | 53.61 | 57.77 | 47.86 | - |
| YUV | 199 | 113.33 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 173 | 0 | 0.02 | 0.16 | 0.20 | 52.5 | 0.24 | 0.74 |
| Hex | CD | C9 | AD | 0 | 2 | 10 | 14 | 34 | 18 | 4A |
| Octal | 315 | 311 | 255 | 0 | 2 | 20 | 24 | 64 | 30 | 112 |
| Binary | 11001101 | 11001001 | 10101101 | 0 | 10 | 10000 | 10100 | 110100 | 11000 | 1001010 |
Color Harmonies of #CDC9AD
Complementary color
Monochromatic Colors of #CDC9AD
Black with #CDC9AD
Text Example
Text Example
White with #CDC9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9AD; }
p { color: rgb(205,201,173); }
H1.HeaderClassName
{
color: #CDC9AD;
}
.AnyTagClassName
{
color: #CDC9AD;
}
</style>
background-color css
<style>
a { background-color: #CDC9AD; }
a { background-color: rgb(205,201,173); }
div.DivClassName
{
background-color: #CDC9AD;
}
.BgClassName
{
background-color: #CDC9AD;
}
</style>
border-color css
<style>
span { border-color: #CDC9AD; }
span { border-color: rgb(205,201,173); }
td.TdClassName
{
border-color: #CDC9AD;
}
.TagClassName
{
border-color: #CDC9AD;
}
</style>