Shades of Kangaroo #CCCAA8
Tints of Kangaroo #CCCAA8
RGB
CMYK
RGB Variations
Color information
#CCCAA8 (or 0xCCCAA8) is known color: Kangaroo. HEX triplet: CC, CA and A8. RGB value is (204,202,168). Sum of RGB (Red+Green+Blue) = 204+202+168=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 202 (79.30% from 255 or 35.19% from 574); Blue value is 168 (66.02% from 255 or 29.27% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA8 is #333557. Grayscale: #C6C6C6. Windows color (decimal): -3355992 or 11061964. OLE color: 11061964.
HSL color Cylindrical-coordinate representation of color #CCCAA8: hue angle of 56.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCAA8 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 168 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.2 |
| HSL | 56.67º | 0.26% | 0.73% | - |
| HSV(B) | 56.67º | 0.18% | 0.8% | - |
| XYZ | 53.09 | 57.91 | 45.42 | - |
| YUV | 198.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 168 | 0 | 0.01 | 0.18 | 0.2 | 56.67 | 0.26 | 0.73 |
| Hex | CC | CA | A8 | 0 | 1 | 12 | 14 | 39 | 1A | 49 |
| Octal | 314 | 312 | 250 | 0 | 1 | 22 | 24 | 71 | 32 | 111 |
| Binary | 11001100 | 11001010 | 10101000 | 0 | 1 | 10010 | 10100 | 111001 | 11010 | 1001001 |
Color Harmonies of #CCCAA8
Complementary color
Monochromatic Colors of #CCCAA8
Black with #CCCAA8
Text Example
Text Example
White with #CCCAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAA8; }
p { color: rgb(204,202,168); }
H1.HeaderClassName
{
color: #CCCAA8;
}
.AnyTagClassName
{
color: #CCCAA8;
}
</style>
background-color css
<style>
a { background-color: #CCCAA8; }
a { background-color: rgb(204,202,168); }
div.DivClassName
{
background-color: #CCCAA8;
}
.BgClassName
{
background-color: #CCCAA8;
}
</style>
border-color css
<style>
span { border-color: #CCCAA8; }
span { border-color: rgb(204,202,168); }
td.TdClassName
{
border-color: #CCCAA8;
}
.TagClassName
{
border-color: #CCCAA8;
}
</style>