Shades of Kangaroo #CCCAAE
Tints of Kangaroo #CCCAAE
RGB
CMYK
RGB Variations
Color information
#CCCAAE (or 0xCCCAAE) is known color: Kangaroo. HEX triplet: CC, CA and AE. RGB value is (204,202,174). Sum of RGB (Red+Green+Blue) = 204+202+174=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 202 (79.30% from 255 or 34.83% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAAE is #333551. Grayscale: #C7C7C7. Windows color (decimal): -3355986 or 11455180. OLE color: 11455180.
HSL color Cylindrical-coordinate representation of color #CCCAAE: hue angle of 56º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCAAE is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 174 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.2 |
| HSL | 56º | 0.23% | 0.74% | - |
| HSV(B) | 56º | 0.15% | 0.8% | - |
| XYZ | 53.66 | 58.13 | 48.44 | - |
| YUV | 199.41 | 113.66 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 174 | 0 | 0.01 | 0.15 | 0.2 | 56 | 0.23 | 0.74 |
| Hex | CC | CA | AE | 0 | 1 | F | 14 | 38 | 17 | 4A |
| Octal | 314 | 312 | 256 | 0 | 1 | 17 | 24 | 70 | 27 | 112 |
| Binary | 11001100 | 11001010 | 10101110 | 0 | 1 | 1111 | 10100 | 111000 | 10111 | 1001010 |
Color Harmonies of #CCCAAE
Complementary color
Monochromatic Colors of #CCCAAE
Black with #CCCAAE
Text Example
Text Example
White with #CCCAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAAE; }
p { color: rgb(204,202,174); }
H1.HeaderClassName
{
color: #CCCAAE;
}
.AnyTagClassName
{
color: #CCCAAE;
}
</style>
background-color css
<style>
a { background-color: #CCCAAE; }
a { background-color: rgb(204,202,174); }
div.DivClassName
{
background-color: #CCCAAE;
}
.BgClassName
{
background-color: #CCCAAE;
}
</style>
border-color css
<style>
span { border-color: #CCCAAE; }
span { border-color: rgb(204,202,174); }
td.TdClassName
{
border-color: #CCCAAE;
}
.TagClassName
{
border-color: #CCCAAE;
}
</style>