Shades of Kangaroo #CECAA7
Tints of Kangaroo #CECAA7
RGB
CMYK
RGB Variations
Color information
#CECAA7 (or 0xCECAA7) is known color: Kangaroo. HEX triplet: CE, CA and A7. RGB value is (206,202,167). Sum of RGB (Red+Green+Blue) = 206+202+167=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 167 (65.62% from 255 or 29.04% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAA7 is #313558. Grayscale: #C7C7C7. Windows color (decimal): -3224921 or 10996430. OLE color: 10996430.
HSL color Cylindrical-coordinate representation of color #CECAA7: hue angle of 53.85º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CECAA7 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 167 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.19 |
| HSL | 53.85º | 0.28% | 0.73% | - |
| HSV(B) | 53.85º | 0.19% | 0.81% | - |
| XYZ | 53.55 | 58.15 | 44.96 | - |
| YUV | 199.21 | 109.83 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 167 | 0 | 0.02 | 0.19 | 0.19 | 53.85 | 0.28 | 0.73 |
| Hex | CE | CA | A7 | 0 | 2 | 13 | 13 | 36 | 1C | 49 |
| Octal | 316 | 312 | 247 | 0 | 2 | 23 | 23 | 66 | 34 | 111 |
| Binary | 11001110 | 11001010 | 10100111 | 0 | 10 | 10011 | 10011 | 110110 | 11100 | 1001001 |
Color Harmonies of #CECAA7
Complementary color
Monochromatic Colors of #CECAA7
Black with #CECAA7
Text Example
Text Example
White with #CECAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAA7; }
p { color: rgb(206,202,167); }
H1.HeaderClassName
{
color: #CECAA7;
}
.AnyTagClassName
{
color: #CECAA7;
}
</style>
background-color css
<style>
a { background-color: #CECAA7; }
a { background-color: rgb(206,202,167); }
div.DivClassName
{
background-color: #CECAA7;
}
.BgClassName
{
background-color: #CECAA7;
}
</style>
border-color css
<style>
span { border-color: #CECAA7; }
span { border-color: rgb(206,202,167); }
td.TdClassName
{
border-color: #CECAA7;
}
.TagClassName
{
border-color: #CECAA7;
}
</style>