Shades of Kangaroo #CCC7A6
Tints of Kangaroo #CCC7A6
RGB
CMYK
RGB Variations
Color information
#CCC7A6 (or 0xCCC7A6) is known color: Kangaroo. HEX triplet: CC, C7 and A6. RGB value is (204,199,166). Sum of RGB (Red+Green+Blue) = 204+199+166=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A6 is #333859. Grayscale: #C4C4C4. Windows color (decimal): -3356762 or 10930124. OLE color: 10930124.
HSL color Cylindrical-coordinate representation of color #CCC7A6: hue angle of 52.11º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC7A6 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 166 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.2 |
| HSL | 52.11º | 0.27% | 0.73% | - |
| HSV(B) | 52.11º | 0.19% | 0.8% | - |
| XYZ | 52.21 | 56.44 | 44.22 | - |
| YUV | 196.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 166 | 0 | 0.02 | 0.19 | 0.2 | 52.11 | 0.27 | 0.73 |
| Hex | CC | C7 | A6 | 0 | 2 | 13 | 14 | 34 | 1B | 49 |
| Octal | 314 | 307 | 246 | 0 | 2 | 23 | 24 | 64 | 33 | 111 |
| Binary | 11001100 | 11000111 | 10100110 | 0 | 10 | 10011 | 10100 | 110100 | 11011 | 1001001 |
Color Harmonies of #CCC7A6
Complementary color
Monochromatic Colors of #CCC7A6
Black with #CCC7A6
Text Example
Text Example
White with #CCC7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7A6; }
p { color: rgb(204,199,166); }
H1.HeaderClassName
{
color: #CCC7A6;
}
.AnyTagClassName
{
color: #CCC7A6;
}
</style>
background-color css
<style>
a { background-color: #CCC7A6; }
a { background-color: rgb(204,199,166); }
div.DivClassName
{
background-color: #CCC7A6;
}
.BgClassName
{
background-color: #CCC7A6;
}
</style>
border-color css
<style>
span { border-color: #CCC7A6; }
span { border-color: rgb(204,199,166); }
td.TdClassName
{
border-color: #CCC7A6;
}
.TagClassName
{
border-color: #CCC7A6;
}
</style>