Shades of Kangaroo #CCCBA5
Tints of Kangaroo #CCCBA5
RGB
CMYK
RGB Variations
Color information
#CCCBA5 (or 0xCCCBA5) is known color: Kangaroo. HEX triplet: CC, CB and A5. RGB value is (204,203,165). Sum of RGB (Red+Green+Blue) = 204+203+165=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 165 (64.84% from 255 or 28.85% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCBA5 is #33345A. Grayscale: #C7C7C7. Windows color (decimal): -3355739 or 10865612. OLE color: 10865612.
HSL color Cylindrical-coordinate representation of color #CCCBA5: hue angle of 58.46º 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 #CCCBA5 is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 203 | 165 | - |
| CMYK | 0 | 0.00 | 0.19 | 0.2 |
| HSL | 58.46º | 0.28% | 0.72% | - |
| HSV(B) | 58.46º | 0.19% | 0.8% | - |
| XYZ | 53.05 | 58.27 | 44.05 | - |
| YUV | 198.97 | 108.83 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 165 | 0 | 0.00 | 0.19 | 0.2 | 58.46 | 0.28 | 0.72 |
| Hex | CC | CB | A5 | 0 | 0 | 13 | 14 | 3A | 1C | 48 |
| Octal | 314 | 313 | 245 | 0 | 0 | 23 | 24 | 72 | 34 | 110 |
| Binary | 11001100 | 11001011 | 10100101 | 0 | 0 | 10011 | 10100 | 111010 | 11100 | 1001000 |
Color Harmonies of #CCCBA5
Complementary color
Monochromatic Colors of #CCCBA5
Black with #CCCBA5
Text Example
Text Example
White with #CCCBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBA5; }
p { color: rgb(204,203,165); }
H1.HeaderClassName
{
color: #CCCBA5;
}
.AnyTagClassName
{
color: #CCCBA5;
}
</style>
background-color css
<style>
a { background-color: #CCCBA5; }
a { background-color: rgb(204,203,165); }
div.DivClassName
{
background-color: #CCCBA5;
}
.BgClassName
{
background-color: #CCCBA5;
}
</style>
border-color css
<style>
span { border-color: #CCCBA5; }
span { border-color: rgb(204,203,165); }
td.TdClassName
{
border-color: #CCCBA5;
}
.TagClassName
{
border-color: #CCCBA5;
}
</style>