Shades of Kangaroo #CCC8A8
Tints of Kangaroo #CCC8A8
RGB
CMYK
RGB Variations
Color information
#CCC8A8 (or 0xCCC8A8) is known color: Kangaroo. HEX triplet: CC, C8 and A8. RGB value is (204,200,168). Sum of RGB (Red+Green+Blue) = 204+200+168=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8A8 is #333757. Grayscale: #C5C5C5. Windows color (decimal): -3356504 or 11061452. OLE color: 11061452.
HSL color Cylindrical-coordinate representation of color #CCC8A8: hue angle of 53.33º 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 #CCC8A8 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 200 | 168 | - |
CMYK | 0 | 0.02 | 0.18 | 0.2 |
HSL | 53.33º | 0.26% | 0.73% | - |
HSV(B) | 53.33º | 0.18% | 0.8% | - |
XYZ | 52.62 | 56.97 | 45.27 | - |
YUV | 197.55 | 111.33 | 132.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 168 | 0 | 0.02 | 0.18 | 0.2 | 53.33 | 0.26 | 0.73 |
Hex | CC | C8 | A8 | 0 | 2 | 12 | 14 | 35 | 1A | 49 |
Octal | 314 | 310 | 250 | 0 | 2 | 22 | 24 | 65 | 32 | 111 |
Binary | 11001100 | 11001000 | 10101000 | 0 | 10 | 10010 | 10100 | 110101 | 11010 | 1001001 |
Color Harmonies of #CCC8A8
Complementary color
Monochromatic Colors of #CCC8A8
Black with #CCC8A8
Text Example
Text Example
White with #CCC8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8A8; }
p { color: rgb(204,200,168); }
H1.HeaderClassName
{
color: #CCC8A8;
}
.AnyTagClassName
{
color: #CCC8A8;
}
</style>
background-color css
<style>
a { background-color: #CCC8A8; }
a { background-color: rgb(204,200,168); }
div.DivClassName
{
background-color: #CCC8A8;
}
.BgClassName
{
background-color: #CCC8A8;
}
</style>
border-color css
<style>
span { border-color: #CCC8A8; }
span { border-color: rgb(204,200,168); }
td.TdClassName
{
border-color: #CCC8A8;
}
.TagClassName
{
border-color: #CCC8A8;
}
</style>