Shades of Kangaroo #CECAA8
Tints of Kangaroo #CECAA8
RGB
CMYK
RGB Variations
Color information
#CECAA8 (or 0xCECAA8) is known color: Kangaroo. HEX triplet: CE, CA and A8. RGB value is (206,202,168). Sum of RGB (Red+Green+Blue) = 206+202+168=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 202 (79.30% from 255 or 35.07% from 576); Blue value is 168 (66.02% from 255 or 29.17% from 576); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAA8 is #313557. Grayscale: #C7C7C7. Windows color (decimal): -3224920 or 11061966. OLE color: 11061966.
HSL color Cylindrical-coordinate representation of color #CECAA8: hue angle of 53.68º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 168 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.19 |
| HSL | 53.68º | 0.28% | 0.73% | - |
| HSV(B) | 53.68º | 0.18% | 0.81% | - |
| XYZ | 53.64 | 58.19 | 45.45 | - |
| YUV | 199.32 | 110.33 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 168 | 0 | 0.02 | 0.18 | 0.19 | 53.68 | 0.28 | 0.73 |
| Hex | CE | CA | A8 | 0 | 2 | 12 | 13 | 36 | 1C | 49 |
| Octal | 316 | 312 | 250 | 0 | 2 | 22 | 23 | 66 | 34 | 111 |
| Binary | 11001110 | 11001010 | 10101000 | 0 | 10 | 10010 | 10011 | 110110 | 11100 | 1001001 |
Color Harmonies of #CECAA8
Complementary color
Monochromatic Colors of #CECAA8
Black with #CECAA8
Text Example
Text Example
White with #CECAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAA8; }
p { color: rgb(206,202,168); }
H1.HeaderClassName
{
color: #CECAA8;
}
.AnyTagClassName
{
color: #CECAA8;
}
</style>
background-color css
<style>
a { background-color: #CECAA8; }
a { background-color: rgb(206,202,168); }
div.DivClassName
{
background-color: #CECAA8;
}
.BgClassName
{
background-color: #CECAA8;
}
</style>
border-color css
<style>
span { border-color: #CECAA8; }
span { border-color: rgb(206,202,168); }
td.TdClassName
{
border-color: #CECAA8;
}
.TagClassName
{
border-color: #CECAA8;
}
</style>