Shades of Kangaroo #CCCAA7
Tints of Kangaroo #CCCAA7
RGB
CMYK
RGB Variations
Color information
#CCCAA7 (or 0xCCCAA7) is known color: Kangaroo. HEX triplet: CC, CA and A7. RGB value is (204,202,167). Sum of RGB (Red+Green+Blue) = 204+202+167=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 167 (65.62% from 255 or 29.14% from 573); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA7 is #333558. Grayscale: #C6C6C6. Windows color (decimal): -3355993 or 10996428. OLE color: 10996428.
HSL color Cylindrical-coordinate representation of color #CCCAA7: hue angle of 56.76º degrees, saturation: 0.27, 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 #CCCAA7 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 167 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.2 |
| HSL | 56.76º | 0.27% | 0.73% | - |
| HSV(B) | 56.76º | 0.18% | 0.8% | - |
| XYZ | 53 | 57.87 | 44.94 | - |
| YUV | 198.61 | 110.16 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 167 | 0 | 0.01 | 0.18 | 0.2 | 56.76 | 0.27 | 0.73 |
| Hex | CC | CA | A7 | 0 | 1 | 12 | 14 | 39 | 1B | 49 |
| Octal | 314 | 312 | 247 | 0 | 1 | 22 | 24 | 71 | 33 | 111 |
| Binary | 11001100 | 11001010 | 10100111 | 0 | 1 | 10010 | 10100 | 111001 | 11011 | 1001001 |
Color Harmonies of #CCCAA7
Complementary color
Monochromatic Colors of #CCCAA7
Black with #CCCAA7
Text Example
Text Example
White with #CCCAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAA7; }
p { color: rgb(204,202,167); }
H1.HeaderClassName
{
color: #CCCAA7;
}
.AnyTagClassName
{
color: #CCCAA7;
}
</style>
background-color css
<style>
a { background-color: #CCCAA7; }
a { background-color: rgb(204,202,167); }
div.DivClassName
{
background-color: #CCCAA7;
}
.BgClassName
{
background-color: #CCCAA7;
}
</style>
border-color css
<style>
span { border-color: #CCCAA7; }
span { border-color: rgb(204,202,167); }
td.TdClassName
{
border-color: #CCCAA7;
}
.TagClassName
{
border-color: #CCCAA7;
}
</style>