Shades of Kangaroo #CECAAA
Tints of Kangaroo #CECAAA
RGB
CMYK
RGB Variations
Color information
#CECAAA (or 0xCECAAA) is known color: Kangaroo. HEX triplet: CE, CA and AA. RGB value is (206,202,170). Sum of RGB (Red+Green+Blue) = 206+202+170=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 202 (79.30% from 255 or 34.95% from 578); Blue value is 170 (66.80% from 255 or 29.41% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAAA is #313555. Grayscale: #C7C7C7. Windows color (decimal): -3224918 or 11193038. OLE color: 11193038.
HSL color Cylindrical-coordinate representation of color #CECAAA: hue angle of 53.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CECAAA is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 170 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.19 |
| HSL | 53.33º | 0.27% | 0.74% | - |
| HSV(B) | 53.33º | 0.17% | 0.81% | - |
| XYZ | 53.83 | 58.27 | 46.44 | - |
| YUV | 199.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 170 | 0 | 0.02 | 0.17 | 0.19 | 53.33 | 0.27 | 0.74 |
| Hex | CE | CA | AA | 0 | 2 | 11 | 13 | 35 | 1B | 4A |
| Octal | 316 | 312 | 252 | 0 | 2 | 21 | 23 | 65 | 33 | 112 |
| Binary | 11001110 | 11001010 | 10101010 | 0 | 10 | 10001 | 10011 | 110101 | 11011 | 1001010 |
Color Harmonies of #CECAAA
Complementary color
Monochromatic Colors of #CECAAA
Black with #CECAAA
Text Example
Text Example
White with #CECAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAAA; }
p { color: rgb(206,202,170); }
H1.HeaderClassName
{
color: #CECAAA;
}
.AnyTagClassName
{
color: #CECAAA;
}
</style>
background-color css
<style>
a { background-color: #CECAAA; }
a { background-color: rgb(206,202,170); }
div.DivClassName
{
background-color: #CECAAA;
}
.BgClassName
{
background-color: #CECAAA;
}
</style>
border-color css
<style>
span { border-color: #CECAAA; }
span { border-color: rgb(206,202,170); }
td.TdClassName
{
border-color: #CECAAA;
}
.TagClassName
{
border-color: #CECAAA;
}
</style>