Shades of Kangaroo #CCCAAC
Tints of Kangaroo #CCCAAC
RGB
CMYK
RGB Variations
Color information
#CCCAAC (or 0xCCCAAC) is known color: Kangaroo. HEX triplet: CC, CA and AC. RGB value is (204,202,172). Sum of RGB (Red+Green+Blue) = 204+202+172=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 172 (67.58% from 255 or 29.76% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAAC is #333553. Grayscale: #C7C7C7. Windows color (decimal): -3355988 or 11324108. OLE color: 11324108.
HSL color Cylindrical-coordinate representation of color #CCCAAC: hue angle of 56.25º degrees, saturation: 0.24, 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 #CCCAAC is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 172 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.2 |
| HSL | 56.25º | 0.24% | 0.74% | - |
| HSV(B) | 56.25º | 0.16% | 0.8% | - |
| XYZ | 53.47 | 58.06 | 47.42 | - |
| YUV | 199.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 172 | 0 | 0.01 | 0.16 | 0.2 | 56.25 | 0.24 | 0.74 |
| Hex | CC | CA | AC | 0 | 1 | 10 | 14 | 38 | 18 | 4A |
| Octal | 314 | 312 | 254 | 0 | 1 | 20 | 24 | 70 | 30 | 112 |
| Binary | 11001100 | 11001010 | 10101100 | 0 | 1 | 10000 | 10100 | 111000 | 11000 | 1001010 |
Color Harmonies of #CCCAAC
Complementary color
Monochromatic Colors of #CCCAAC
Black with #CCCAAC
Text Example
Text Example
White with #CCCAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAAC; }
p { color: rgb(204,202,172); }
H1.HeaderClassName
{
color: #CCCAAC;
}
.AnyTagClassName
{
color: #CCCAAC;
}
</style>
background-color css
<style>
a { background-color: #CCCAAC; }
a { background-color: rgb(204,202,172); }
div.DivClassName
{
background-color: #CCCAAC;
}
.BgClassName
{
background-color: #CCCAAC;
}
</style>
border-color css
<style>
span { border-color: #CCCAAC; }
span { border-color: rgb(204,202,172); }
td.TdClassName
{
border-color: #CCCAAC;
}
.TagClassName
{
border-color: #CCCAAC;
}
</style>