Shades of Kangaroo #CDC9AB
Tints of Kangaroo #CDC9AB
RGB
CMYK
RGB Variations
Color information
#CDC9AB (or 0xCDC9AB) is known color: Kangaroo. HEX triplet: CD, C9 and AB. RGB value is (205,201,171). Sum of RGB (Red+Green+Blue) = 205+201+171=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 201 (78.91% from 255 or 34.84% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC9AB is #323654. Grayscale: #C6C6C6. Windows color (decimal): -3290709 or 11258317. OLE color: 11258317.
HSL color Cylindrical-coordinate representation of color #CDC9AB: hue angle of 52.94º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDC9AB is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 171 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.20 |
| HSL | 52.94º | 0.25% | 0.74% | - |
| HSV(B) | 52.94º | 0.17% | 0.8% | - |
| XYZ | 53.41 | 57.69 | 46.85 | - |
| YUV | 198.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 171 | 0 | 0.02 | 0.17 | 0.20 | 52.94 | 0.25 | 0.74 |
| Hex | CD | C9 | AB | 0 | 2 | 11 | 14 | 35 | 19 | 4A |
| Octal | 315 | 311 | 253 | 0 | 2 | 21 | 24 | 65 | 31 | 112 |
| Binary | 11001101 | 11001001 | 10101011 | 0 | 10 | 10001 | 10100 | 110101 | 11001 | 1001010 |
Color Harmonies of #CDC9AB
Complementary color
Monochromatic Colors of #CDC9AB
Black with #CDC9AB
Text Example
Text Example
White with #CDC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9AB; }
p { color: rgb(205,201,171); }
H1.HeaderClassName
{
color: #CDC9AB;
}
.AnyTagClassName
{
color: #CDC9AB;
}
</style>
background-color css
<style>
a { background-color: #CDC9AB; }
a { background-color: rgb(205,201,171); }
div.DivClassName
{
background-color: #CDC9AB;
}
.BgClassName
{
background-color: #CDC9AB;
}
</style>
border-color css
<style>
span { border-color: #CDC9AB; }
span { border-color: rgb(205,201,171); }
td.TdClassName
{
border-color: #CDC9AB;
}
.TagClassName
{
border-color: #CDC9AB;
}
</style>