Shades of Kangaroo #CCCBA1
Tints of Kangaroo #CCCBA1
RGB
CMYK
RGB Variations
Color information
#CCCBA1 (or 0xCCCBA1) is known color: Kangaroo. HEX triplet: CC, CB and A1. RGB value is (204,203,161). Sum of RGB (Red+Green+Blue) = 204+203+161=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 161 (63.28% from 255 or 28.35% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA1 is #33345E. Grayscale: #C6C6C6. Windows color (decimal): -3355743 or 10603468. OLE color: 10603468.
HSL color Cylindrical-coordinate representation of color #CCCBA1: hue angle of 58.6º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCBA1 is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 161 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.2 |
| HSL | 58.6º | 0.3% | 0.72% | - |
| HSV(B) | 58.6º | 0.21% | 0.8% | - |
| XYZ | 52.69 | 58.12 | 42.16 | - |
| YUV | 198.51 | 106.83 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 161 | 0 | 0.00 | 0.21 | 0.2 | 58.6 | 0.3 | 0.72 |
| Hex | CC | CB | A1 | 0 | 0 | 15 | 14 | 3B | 1E | 48 |
| Octal | 314 | 313 | 241 | 0 | 0 | 25 | 24 | 73 | 36 | 110 |
| Binary | 11001100 | 11001011 | 10100001 | 0 | 0 | 10101 | 10100 | 111011 | 11110 | 1001000 |
Color Harmonies of #CCCBA1
Complementary color
Monochromatic Colors of #CCCBA1
Black with #CCCBA1
Text Example
Text Example
White with #CCCBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBA1; }
p { color: rgb(204,203,161); }
H1.HeaderClassName
{
color: #CCCBA1;
}
.AnyTagClassName
{
color: #CCCBA1;
}
</style>
background-color css
<style>
a { background-color: #CCCBA1; }
a { background-color: rgb(204,203,161); }
div.DivClassName
{
background-color: #CCCBA1;
}
.BgClassName
{
background-color: #CCCBA1;
}
</style>
border-color css
<style>
span { border-color: #CCCBA1; }
span { border-color: rgb(204,203,161); }
td.TdClassName
{
border-color: #CCCBA1;
}
.TagClassName
{
border-color: #CCCBA1;
}
</style>