Shades of Kangaroo #CCCAA1
Tints of Kangaroo #CCCAA1
RGB
CMYK
RGB Variations
Color information
#CCCAA1 (or 0xCCCAA1) is known color: Kangaroo. HEX triplet: CC, CA and A1. RGB value is (204,202,161). Sum of RGB (Red+Green+Blue) = 204+202+161=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 161 (63.28% from 255 or 28.40% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA1 is #33355E. Grayscale: #C6C6C6. Windows color (decimal): -3355999 or 10603212. OLE color: 10603212.
HSL color Cylindrical-coordinate representation of color #CCCAA1: hue angle of 57.21º 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 #CCCAA1 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 161 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.2 |
| HSL | 57.21º | 0.3% | 0.72% | - |
| HSV(B) | 57.21º | 0.21% | 0.8% | - |
| XYZ | 52.46 | 57.65 | 42.08 | - |
| YUV | 197.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 161 | 0 | 0.01 | 0.21 | 0.2 | 57.21 | 0.3 | 0.72 |
| Hex | CC | CA | A1 | 0 | 1 | 15 | 14 | 39 | 1E | 48 |
| Octal | 314 | 312 | 241 | 0 | 1 | 25 | 24 | 71 | 36 | 110 |
| Binary | 11001100 | 11001010 | 10100001 | 0 | 1 | 10101 | 10100 | 111001 | 11110 | 1001000 |
Color Harmonies of #CCCAA1
Complementary color
Monochromatic Colors of #CCCAA1
Black with #CCCAA1
Text Example
Text Example
White with #CCCAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAA1; }
p { color: rgb(204,202,161); }
H1.HeaderClassName
{
color: #CCCAA1;
}
.AnyTagClassName
{
color: #CCCAA1;
}
</style>
background-color css
<style>
a { background-color: #CCCAA1; }
a { background-color: rgb(204,202,161); }
div.DivClassName
{
background-color: #CCCAA1;
}
.BgClassName
{
background-color: #CCCAA1;
}
</style>
border-color css
<style>
span { border-color: #CCCAA1; }
span { border-color: rgb(204,202,161); }
td.TdClassName
{
border-color: #CCCAA1;
}
.TagClassName
{
border-color: #CCCAA1;
}
</style>