Shades of Kangaroo #CDC9A5
Tints of Kangaroo #CDC9A5
RGB
CMYK
RGB Variations
Color information
#CDC9A5 (or 0xCDC9A5) is known color: Kangaroo. HEX triplet: CD, C9 and A5. RGB value is (205,201,165). Sum of RGB (Red+Green+Blue) = 205+201+165=571 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.90% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 165 (64.84% from 255 or 28.90% from 571); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC9A5 is #32365A. Grayscale: #C6C6C6. Windows color (decimal): -3290715 or 10865101. OLE color: 10865101.
HSL color Cylindrical-coordinate representation of color #CDC9A5: hue angle of 54º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDC9A5 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 165 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.20 |
| HSL | 54º | 0.29% | 0.73% | - |
| HSV(B) | 54º | 0.2% | 0.8% | - |
| XYZ | 52.86 | 57.47 | 43.9 | - |
| YUV | 198.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 165 | 0 | 0.02 | 0.20 | 0.20 | 54 | 0.29 | 0.73 |
| Hex | CD | C9 | A5 | 0 | 2 | 14 | 14 | 36 | 1D | 49 |
| Octal | 315 | 311 | 245 | 0 | 2 | 24 | 24 | 66 | 35 | 111 |
| Binary | 11001101 | 11001001 | 10100101 | 0 | 10 | 10100 | 10100 | 110110 | 11101 | 1001001 |
Color Harmonies of #CDC9A5
Complementary color
Monochromatic Colors of #CDC9A5
Black with #CDC9A5
Text Example
Text Example
White with #CDC9A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9A5; }
p { color: rgb(205,201,165); }
H1.HeaderClassName
{
color: #CDC9A5;
}
.AnyTagClassName
{
color: #CDC9A5;
}
</style>
background-color css
<style>
a { background-color: #CDC9A5; }
a { background-color: rgb(205,201,165); }
div.DivClassName
{
background-color: #CDC9A5;
}
.BgClassName
{
background-color: #CDC9A5;
}
</style>
border-color css
<style>
span { border-color: #CDC9A5; }
span { border-color: rgb(205,201,165); }
td.TdClassName
{
border-color: #CDC9A5;
}
.TagClassName
{
border-color: #CDC9A5;
}
</style>