Shades of Kangaroo #CECCA7
Tints of Kangaroo #CECCA7
RGB
CMYK
RGB Variations
Color information
#CECCA7 (or 0xCECCA7) is known color: Kangaroo. HEX triplet: CE, CC and A7. RGB value is (206,204,167). Sum of RGB (Red+Green+Blue) = 206+204+167=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 204 (80.08% from 255 or 35.36% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECCA7 is #313358. Grayscale: #C8C8C8. Windows color (decimal): -3224409 or 10996942. OLE color: 10996942.
HSL color Cylindrical-coordinate representation of color #CECCA7: hue angle of 56.92º 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 #CECCA7 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 167 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.19 |
| HSL | 56.92º | 0.28% | 0.73% | - |
| HSV(B) | 56.92º | 0.19% | 0.81% | - |
| XYZ | 54.02 | 59.1 | 45.12 | - |
| YUV | 200.38 | 109.16 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 167 | 0 | 0.01 | 0.19 | 0.19 | 56.92 | 0.28 | 0.73 |
| Hex | CE | CC | A7 | 0 | 1 | 13 | 13 | 39 | 1C | 49 |
| Octal | 316 | 314 | 247 | 0 | 1 | 23 | 23 | 71 | 34 | 111 |
| Binary | 11001110 | 11001100 | 10100111 | 0 | 1 | 10011 | 10011 | 111001 | 11100 | 1001001 |
Color Harmonies of #CECCA7
Complementary color
Monochromatic Colors of #CECCA7
Black with #CECCA7
Text Example
Text Example
White with #CECCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCA7; }
p { color: rgb(206,204,167); }
H1.HeaderClassName
{
color: #CECCA7;
}
.AnyTagClassName
{
color: #CECCA7;
}
</style>
background-color css
<style>
a { background-color: #CECCA7; }
a { background-color: rgb(206,204,167); }
div.DivClassName
{
background-color: #CECCA7;
}
.BgClassName
{
background-color: #CECCA7;
}
</style>
border-color css
<style>
span { border-color: #CECCA7; }
span { border-color: rgb(206,204,167); }
td.TdClassName
{
border-color: #CECCA7;
}
.TagClassName
{
border-color: #CECCA7;
}
</style>