Shades of Kangaroo #CCC7A8
Tints of Kangaroo #CCC7A8
RGB
CMYK
RGB Variations
Color information
#CCC7A8 (or 0xCCC7A8) is known color: Kangaroo. HEX triplet: CC, C7 and A8. RGB value is (204,199,168). Sum of RGB (Red+Green+Blue) = 204+199+168=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A8 is #333857. Grayscale: #C5C5C5. Windows color (decimal): -3356760 or 11061196. OLE color: 11061196.
HSL color Cylindrical-coordinate representation of color #CCC7A8: hue angle of 51.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 #CCC7A8 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 168 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.2 |
| HSL | 51.67º | 0.26% | 0.73% | - |
| HSV(B) | 51.67º | 0.18% | 0.8% | - |
| XYZ | 52.39 | 56.51 | 45.19 | - |
| YUV | 196.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 168 | 0 | 0.02 | 0.18 | 0.2 | 51.67 | 0.26 | 0.73 |
| Hex | CC | C7 | A8 | 0 | 2 | 12 | 14 | 34 | 1A | 49 |
| Octal | 314 | 307 | 250 | 0 | 2 | 22 | 24 | 64 | 32 | 111 |
| Binary | 11001100 | 11000111 | 10101000 | 0 | 10 | 10010 | 10100 | 110100 | 11010 | 1001001 |
Color Harmonies of #CCC7A8
Complementary color
Monochromatic Colors of #CCC7A8
Black with #CCC7A8
Text Example
Text Example
White with #CCC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7A8; }
p { color: rgb(204,199,168); }
H1.HeaderClassName
{
color: #CCC7A8;
}
.AnyTagClassName
{
color: #CCC7A8;
}
</style>
background-color css
<style>
a { background-color: #CCC7A8; }
a { background-color: rgb(204,199,168); }
div.DivClassName
{
background-color: #CCC7A8;
}
.BgClassName
{
background-color: #CCC7A8;
}
</style>
border-color css
<style>
span { border-color: #CCC7A8; }
span { border-color: rgb(204,199,168); }
td.TdClassName
{
border-color: #CCC7A8;
}
.TagClassName
{
border-color: #CCC7A8;
}
</style>