Shades of Kangaroo #CDC9AC
Tints of Kangaroo #CDC9AC
RGB
CMYK
RGB Variations
Color information
#CDC9AC (or 0xCDC9AC) is known color: Kangaroo. HEX triplet: CD, C9 and AC. RGB value is (205,201,172). Sum of RGB (Red+Green+Blue) = 205+201+172=578 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.47% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC9AC is #323653. Grayscale: #C7C7C7. Windows color (decimal): -3290708 or 11323853. OLE color: 11323853.
HSL color Cylindrical-coordinate representation of color #CDC9AC: hue angle of 52.73º degrees, saturation: 0.25, 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 #CDC9AC is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 172 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.20 |
| HSL | 52.73º | 0.25% | 0.74% | - |
| HSV(B) | 52.73º | 0.16% | 0.8% | - |
| XYZ | 53.51 | 57.73 | 47.35 | - |
| YUV | 198.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 172 | 0 | 0.02 | 0.16 | 0.20 | 52.73 | 0.25 | 0.74 |
| Hex | CD | C9 | AC | 0 | 2 | 10 | 14 | 35 | 19 | 4A |
| Octal | 315 | 311 | 254 | 0 | 2 | 20 | 24 | 65 | 31 | 112 |
| Binary | 11001101 | 11001001 | 10101100 | 0 | 10 | 10000 | 10100 | 110101 | 11001 | 1001010 |
Color Harmonies of #CDC9AC
Complementary color
Monochromatic Colors of #CDC9AC
Black with #CDC9AC
Text Example
Text Example
White with #CDC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9AC; }
p { color: rgb(205,201,172); }
H1.HeaderClassName
{
color: #CDC9AC;
}
.AnyTagClassName
{
color: #CDC9AC;
}
</style>
background-color css
<style>
a { background-color: #CDC9AC; }
a { background-color: rgb(205,201,172); }
div.DivClassName
{
background-color: #CDC9AC;
}
.BgClassName
{
background-color: #CDC9AC;
}
</style>
border-color css
<style>
span { border-color: #CDC9AC; }
span { border-color: rgb(205,201,172); }
td.TdClassName
{
border-color: #CDC9AC;
}
.TagClassName
{
border-color: #CDC9AC;
}
</style>