Shades of Kangaroo #CCC6A4
Tints of Kangaroo #CCC6A4
RGB
CMYK
RGB Variations
Color information
#CCC6A4 (or 0xCCC6A4) is known color: Kangaroo. HEX triplet: CC, C6 and A4. RGB value is (204,198,164). Sum of RGB (Red+Green+Blue) = 204+198+164=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 164 (64.45% from 255 or 28.98% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6A4 is #33395B. Grayscale: #C4C4C4. Windows color (decimal): -3357020 or 10798796. OLE color: 10798796.
HSL color Cylindrical-coordinate representation of color #CCC6A4: hue angle of 51º 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 #CCC6A4 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 164 | - |
| CMYK | 0 | 0.03 | 0.20 | 0.2 |
| HSL | 51º | 0.28% | 0.72% | - |
| HSV(B) | 51º | 0.2% | 0.8% | - |
| XYZ | 51.8 | 55.91 | 43.18 | - |
| YUV | 195.92 | 109.99 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 164 | 0 | 0.03 | 0.20 | 0.2 | 51 | 0.28 | 0.72 |
| Hex | CC | C6 | A4 | 0 | 3 | 14 | 14 | 33 | 1C | 48 |
| Octal | 314 | 306 | 244 | 0 | 3 | 24 | 24 | 63 | 34 | 110 |
| Binary | 11001100 | 11000110 | 10100100 | 0 | 11 | 10100 | 10100 | 110011 | 11100 | 1001000 |
Color Harmonies of #CCC6A4
Complementary color
Monochromatic Colors of #CCC6A4
Black with #CCC6A4
Text Example
Text Example
White with #CCC6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6A4; }
p { color: rgb(204,198,164); }
H1.HeaderClassName
{
color: #CCC6A4;
}
.AnyTagClassName
{
color: #CCC6A4;
}
</style>
background-color css
<style>
a { background-color: #CCC6A4; }
a { background-color: rgb(204,198,164); }
div.DivClassName
{
background-color: #CCC6A4;
}
.BgClassName
{
background-color: #CCC6A4;
}
</style>
border-color css
<style>
span { border-color: #CCC6A4; }
span { border-color: rgb(204,198,164); }
td.TdClassName
{
border-color: #CCC6A4;
}
.TagClassName
{
border-color: #CCC6A4;
}
</style>