Shades of Kangaroo #CECCA5
Tints of Kangaroo #CECCA5
RGB
CMYK
RGB Variations
Color information
#CECCA5 (or 0xCECCA5) is known color: Kangaroo. HEX triplet: CE, CC and A5. RGB value is (206,204,165). Sum of RGB (Red+Green+Blue) = 206+204+165=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CECCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECCA5 is #31335A. Grayscale: #C8C8C8. Windows color (decimal): -3224411 or 10865870. OLE color: 10865870.
HSL color Cylindrical-coordinate representation of color #CECCA5: hue angle of 57.07º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CECCA5 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 165 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.19 |
| HSL | 57.07º | 0.29% | 0.73% | - |
| HSV(B) | 57.07º | 0.2% | 0.81% | - |
| XYZ | 53.84 | 59.02 | 44.15 | - |
| YUV | 200.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 165 | 0 | 0.01 | 0.20 | 0.19 | 57.07 | 0.29 | 0.73 |
| Hex | CE | CC | A5 | 0 | 1 | 14 | 13 | 39 | 1D | 49 |
| Octal | 316 | 314 | 245 | 0 | 1 | 24 | 23 | 71 | 35 | 111 |
| Binary | 11001110 | 11001100 | 10100101 | 0 | 1 | 10100 | 10011 | 111001 | 11101 | 1001001 |
Color Harmonies of #CECCA5
Complementary color
Monochromatic Colors of #CECCA5
Black with #CECCA5
Text Example
Text Example
White with #CECCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCA5; }
p { color: rgb(206,204,165); }
H1.HeaderClassName
{
color: #CECCA5;
}
.AnyTagClassName
{
color: #CECCA5;
}
</style>
background-color css
<style>
a { background-color: #CECCA5; }
a { background-color: rgb(206,204,165); }
div.DivClassName
{
background-color: #CECCA5;
}
.BgClassName
{
background-color: #CECCA5;
}
</style>
border-color css
<style>
span { border-color: #CECCA5; }
span { border-color: rgb(206,204,165); }
td.TdClassName
{
border-color: #CECCA5;
}
.TagClassName
{
border-color: #CECCA5;
}
</style>