Shades of Kangaroo #CECAA9
Tints of Kangaroo #CECAA9
RGB
CMYK
RGB Variations
Color information
#CECAA9 (or 0xCECAA9) is known color: Kangaroo. HEX triplet: CE, CA and A9. RGB value is (206,202,169). Sum of RGB (Red+Green+Blue) = 206+202+169=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 202 (79.30% from 255 or 35.01% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAA9 is #313556. Grayscale: #C7C7C7. Windows color (decimal): -3224919 or 11127502. OLE color: 11127502.
HSL color Cylindrical-coordinate representation of color #CECAA9: hue angle of 53.51º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECAA9 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 169 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.19 |
| HSL | 53.51º | 0.27% | 0.74% | - |
| HSV(B) | 53.51º | 0.18% | 0.81% | - |
| XYZ | 53.74 | 58.23 | 45.94 | - |
| YUV | 199.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 169 | 0 | 0.02 | 0.18 | 0.19 | 53.51 | 0.27 | 0.74 |
| Hex | CE | CA | A9 | 0 | 2 | 12 | 13 | 36 | 1B | 4A |
| Octal | 316 | 312 | 251 | 0 | 2 | 22 | 23 | 66 | 33 | 112 |
| Binary | 11001110 | 11001010 | 10101001 | 0 | 10 | 10010 | 10011 | 110110 | 11011 | 1001010 |
Color Harmonies of #CECAA9
Complementary color
Monochromatic Colors of #CECAA9
Black with #CECAA9
Text Example
Text Example
White with #CECAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAA9; }
p { color: rgb(206,202,169); }
H1.HeaderClassName
{
color: #CECAA9;
}
.AnyTagClassName
{
color: #CECAA9;
}
</style>
background-color css
<style>
a { background-color: #CECAA9; }
a { background-color: rgb(206,202,169); }
div.DivClassName
{
background-color: #CECAA9;
}
.BgClassName
{
background-color: #CECAA9;
}
</style>
border-color css
<style>
span { border-color: #CECAA9; }
span { border-color: rgb(206,202,169); }
td.TdClassName
{
border-color: #CECAA9;
}
.TagClassName
{
border-color: #CECAA9;
}
</style>