Shades of Kangaroo #CCC8AE
Tints of Kangaroo #CCC8AE
RGB
CMYK
RGB Variations
Color information
#CCC8AE (or 0xCCC8AE) is known color: Kangaroo. HEX triplet: CC, C8 and AE. RGB value is (204,200,174). Sum of RGB (Red+Green+Blue) = 204+200+174=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 174 (68.36% from 255 or 30.10% from 578); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC8AE is #333751. Grayscale: #C6C6C6. Windows color (decimal): -3356498 or 11454668. OLE color: 11454668.
HSL color Cylindrical-coordinate representation of color #CCC8AE: hue angle of 52º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC8AE is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 200 | 174 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.2 |
| HSL | 52º | 0.23% | 0.74% | - |
| HSV(B) | 52º | 0.15% | 0.8% | - |
| XYZ | 53.2 | 57.2 | 48.28 | - |
| YUV | 198.23 | 114.33 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 174 | 0 | 0.02 | 0.15 | 0.2 | 52 | 0.23 | 0.74 |
| Hex | CC | C8 | AE | 0 | 2 | F | 14 | 34 | 17 | 4A |
| Octal | 314 | 310 | 256 | 0 | 2 | 17 | 24 | 64 | 27 | 112 |
| Binary | 11001100 | 11001000 | 10101110 | 0 | 10 | 1111 | 10100 | 110100 | 10111 | 1001010 |
Color Harmonies of #CCC8AE
Complementary color
Monochromatic Colors of #CCC8AE
Black with #CCC8AE
Text Example
Text Example
White with #CCC8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8AE; }
p { color: rgb(204,200,174); }
H1.HeaderClassName
{
color: #CCC8AE;
}
.AnyTagClassName
{
color: #CCC8AE;
}
</style>
background-color css
<style>
a { background-color: #CCC8AE; }
a { background-color: rgb(204,200,174); }
div.DivClassName
{
background-color: #CCC8AE;
}
.BgClassName
{
background-color: #CCC8AE;
}
</style>
border-color css
<style>
span { border-color: #CCC8AE; }
span { border-color: rgb(204,200,174); }
td.TdClassName
{
border-color: #CCC8AE;
}
.TagClassName
{
border-color: #CCC8AE;
}
</style>