Shades of Kangaroo #CDC9A9
Tints of Kangaroo #CDC9A9
RGB
CMYK
RGB Variations
Color information
#CDC9A9 (or 0xCDC9A9) is known color: Kangaroo. HEX triplet: CD, C9 and A9. RGB value is (205,201,169). Sum of RGB (Red+Green+Blue) = 205+201+169=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 201 (78.91% from 255 or 34.96% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC9A9 is #323656. Grayscale: #C6C6C6. Windows color (decimal): -3290711 or 11127245. OLE color: 11127245.
HSL color Cylindrical-coordinate representation of color #CDC9A9: hue angle of 53.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDC9A9 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 169 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.20 |
| HSL | 53.33º | 0.26% | 0.73% | - |
| HSV(B) | 53.33º | 0.18% | 0.8% | - |
| XYZ | 53.22 | 57.62 | 45.85 | - |
| YUV | 198.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 169 | 0 | 0.02 | 0.18 | 0.20 | 53.33 | 0.26 | 0.73 |
| Hex | CD | C9 | A9 | 0 | 2 | 12 | 14 | 35 | 1A | 49 |
| Octal | 315 | 311 | 251 | 0 | 2 | 22 | 24 | 65 | 32 | 111 |
| Binary | 11001101 | 11001001 | 10101001 | 0 | 10 | 10010 | 10100 | 110101 | 11010 | 1001001 |
Color Harmonies of #CDC9A9
Complementary color
Monochromatic Colors of #CDC9A9
Black with #CDC9A9
Text Example
Text Example
White with #CDC9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9A9; }
p { color: rgb(205,201,169); }
H1.HeaderClassName
{
color: #CDC9A9;
}
.AnyTagClassName
{
color: #CDC9A9;
}
</style>
background-color css
<style>
a { background-color: #CDC9A9; }
a { background-color: rgb(205,201,169); }
div.DivClassName
{
background-color: #CDC9A9;
}
.BgClassName
{
background-color: #CDC9A9;
}
</style>
border-color css
<style>
span { border-color: #CDC9A9; }
span { border-color: rgb(205,201,169); }
td.TdClassName
{
border-color: #CDC9A9;
}
.TagClassName
{
border-color: #CDC9A9;
}
</style>