Shades of Kangaroo #CCCAA6
Tints of Kangaroo #CCCAA6
RGB
CMYK
RGB Variations
Color information
#CCCAA6 (or 0xCCCAA6) is known color: Kangaroo. HEX triplet: CC, CA and A6. RGB value is (204,202,166). Sum of RGB (Red+Green+Blue) = 204+202+166=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCAA6 is #333559. Grayscale: #C6C6C6. Windows color (decimal): -3355994 or 10930892. OLE color: 10930892.
HSL color Cylindrical-coordinate representation of color #CCCAA6: hue angle of 56.84º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCAA6 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 202 | 166 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.2 |
| HSL | 56.84º | 0.27% | 0.73% | - |
| HSV(B) | 56.84º | 0.19% | 0.8% | - |
| XYZ | 52.91 | 57.83 | 44.45 | - |
| YUV | 198.49 | 109.66 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 202 | 166 | 0 | 0.01 | 0.19 | 0.2 | 56.84 | 0.27 | 0.73 |
| Hex | CC | CA | A6 | 0 | 1 | 13 | 14 | 39 | 1B | 49 |
| Octal | 314 | 312 | 246 | 0 | 1 | 23 | 24 | 71 | 33 | 111 |
| Binary | 11001100 | 11001010 | 10100110 | 0 | 1 | 10011 | 10100 | 111001 | 11011 | 1001001 |
Color Harmonies of #CCCAA6
Complementary color
Monochromatic Colors of #CCCAA6
Black with #CCCAA6
Text Example
Text Example
White with #CCCAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCAA6; }
p { color: rgb(204,202,166); }
H1.HeaderClassName
{
color: #CCCAA6;
}
.AnyTagClassName
{
color: #CCCAA6;
}
</style>
background-color css
<style>
a { background-color: #CCCAA6; }
a { background-color: rgb(204,202,166); }
div.DivClassName
{
background-color: #CCCAA6;
}
.BgClassName
{
background-color: #CCCAA6;
}
</style>
border-color css
<style>
span { border-color: #CCCAA6; }
span { border-color: rgb(204,202,166); }
td.TdClassName
{
border-color: #CCCAA6;
}
.TagClassName
{
border-color: #CCCAA6;
}
</style>