Shades of Kangaroo #CCC7A4
Tints of Kangaroo #CCC7A4
RGB
CMYK
RGB Variations
Color information
#CCC7A4 (or 0xCCC7A4) is known color: Kangaroo. HEX triplet: CC, C7 and A4. RGB value is (204,199,164). Sum of RGB (Red+Green+Blue) = 204+199+164=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 164 (64.45% from 255 or 28.92% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC7A4 is #33385B. Grayscale: #C4C4C4. Windows color (decimal): -3356764 or 10799052. OLE color: 10799052.
HSL color Cylindrical-coordinate representation of color #CCC7A4: hue angle of 52.5º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC7A4 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 199 | 164 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.2 |
| HSL | 52.5º | 0.28% | 0.72% | - |
| HSV(B) | 52.5º | 0.2% | 0.8% | - |
| XYZ | 52.03 | 56.36 | 43.26 | - |
| YUV | 196.51 | 109.66 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 164 | 0 | 0.02 | 0.20 | 0.2 | 52.5 | 0.28 | 0.72 |
| Hex | CC | C7 | A4 | 0 | 2 | 14 | 14 | 34 | 1C | 48 |
| Octal | 314 | 307 | 244 | 0 | 2 | 24 | 24 | 64 | 34 | 110 |
| Binary | 11001100 | 11000111 | 10100100 | 0 | 10 | 10100 | 10100 | 110100 | 11100 | 1001000 |
Color Harmonies of #CCC7A4
Complementary color
Monochromatic Colors of #CCC7A4
Black with #CCC7A4
Text Example
Text Example
White with #CCC7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7A4; }
p { color: rgb(204,199,164); }
H1.HeaderClassName
{
color: #CCC7A4;
}
.AnyTagClassName
{
color: #CCC7A4;
}
</style>
background-color css
<style>
a { background-color: #CCC7A4; }
a { background-color: rgb(204,199,164); }
div.DivClassName
{
background-color: #CCC7A4;
}
.BgClassName
{
background-color: #CCC7A4;
}
</style>
border-color css
<style>
span { border-color: #CCC7A4; }
span { border-color: rgb(204,199,164); }
td.TdClassName
{
border-color: #CCC7A4;
}
.TagClassName
{
border-color: #CCC7A4;
}
</style>