Shades of Kangaroo #CCC6A5
Tints of Kangaroo #CCC6A5
RGB
CMYK
RGB Variations
Color information
#CCC6A5 (or 0xCCC6A5) is known color: Kangaroo. HEX triplet: CC, C6 and A5. RGB value is (204,198,165). Sum of RGB (Red+Green+Blue) = 204+198+165=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC6A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC6A5 is #33395A. Grayscale: #C4C4C4. Windows color (decimal): -3357019 or 10864332. OLE color: 10864332.
HSL color Cylindrical-coordinate representation of color #CCC6A5: hue angle of 50.77º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCC6A5 is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 165 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.2 |
| HSL | 50.77º | 0.28% | 0.72% | - |
| HSV(B) | 50.77º | 0.19% | 0.8% | - |
| XYZ | 51.89 | 55.94 | 43.66 | - |
| YUV | 196.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 165 | 0 | 0.03 | 0.19 | 0.2 | 50.77 | 0.28 | 0.72 |
| Hex | CC | C6 | A5 | 0 | 3 | 13 | 14 | 33 | 1C | 48 |
| Octal | 314 | 306 | 245 | 0 | 3 | 23 | 24 | 63 | 34 | 110 |
| Binary | 11001100 | 11000110 | 10100101 | 0 | 11 | 10011 | 10100 | 110011 | 11100 | 1001000 |
Color Harmonies of #CCC6A5
Complementary color
Monochromatic Colors of #CCC6A5
Black with #CCC6A5
Text Example
Text Example
White with #CCC6A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6A5; }
p { color: rgb(204,198,165); }
H1.HeaderClassName
{
color: #CCC6A5;
}
.AnyTagClassName
{
color: #CCC6A5;
}
</style>
background-color css
<style>
a { background-color: #CCC6A5; }
a { background-color: rgb(204,198,165); }
div.DivClassName
{
background-color: #CCC6A5;
}
.BgClassName
{
background-color: #CCC6A5;
}
</style>
border-color css
<style>
span { border-color: #CCC6A5; }
span { border-color: rgb(204,198,165); }
td.TdClassName
{
border-color: #CCC6A5;
}
.TagClassName
{
border-color: #CCC6A5;
}
</style>