Shades of Kangaroo #CCCAAA
Tints of Kangaroo #CCCAAA
RGB
CMYK
RGB Variations
Color information
#CCCAAA (or 0xCCCAAA) is known color: Kangaroo. HEX triplet: CC, CA and AA. RGB value is (204,202,170). Sum of RGB (Red+Green+Blue) = 204+202+170=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAAA is #333555. Grayscale: #C7C7C7. Windows color (decimal): -3355990 or 11193036. OLE color: 11193036.
HSL color Cylindrical-coordinate representation of color #CCCAAA: hue angle of 56.47º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCAAA is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 202 | 170 | - |
CMYK | 0 | 0.01 | 0.17 | 0.2 |
HSL | 56.47º | 0.25% | 0.73% | - |
HSV(B) | 56.47º | 0.17% | 0.8% | - |
XYZ | 53.28 | 57.98 | 46.41 | - |
YUV | 198.95 | 111.66 | 131.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 202 | 170 | 0 | 0.01 | 0.17 | 0.2 | 56.47 | 0.25 | 0.73 |
Hex | CC | CA | AA | 0 | 1 | 11 | 14 | 38 | 19 | 49 |
Octal | 314 | 312 | 252 | 0 | 1 | 21 | 24 | 70 | 31 | 111 |
Binary | 11001100 | 11001010 | 10101010 | 0 | 1 | 10001 | 10100 | 111000 | 11001 | 1001001 |
Color Harmonies of #CCCAAA
Complementary color
Monochromatic Colors of #CCCAAA
Black with #CCCAAA
Text Example
Text Example
White with #CCCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAAA; }
p { color: rgb(204,202,170); }
H1.HeaderClassName
{
color: #CCCAAA;
}
.AnyTagClassName
{
color: #CCCAAA;
}
</style>
background-color css
<style>
a { background-color: #CCCAAA; }
a { background-color: rgb(204,202,170); }
div.DivClassName
{
background-color: #CCCAAA;
}
.BgClassName
{
background-color: #CCCAAA;
}
</style>
border-color css
<style>
span { border-color: #CCCAAA; }
span { border-color: rgb(204,202,170); }
td.TdClassName
{
border-color: #CCCAAA;
}
.TagClassName
{
border-color: #CCCAAA;
}
</style>