Shades of Kangaroo #CECAA5
Tints of Kangaroo #CECAA5
RGB
CMYK
RGB Variations
Color information
#CECAA5 (or 0xCECAA5) is known color: Kangaroo. HEX triplet: CE, CA and A5. RGB value is (206,202,165). Sum of RGB (Red+Green+Blue) = 206+202+165=573 (75% of max value = 765). Red value is 206 (80.86% from 255 or 35.95% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 165 (64.84% from 255 or 28.80% from 573); Max value from RGB is 206 - color contains mainly: red. Hex color #CECAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECAA5 is #31355A. Grayscale: #C7C7C7. Windows color (decimal): -3224923 or 10865358. OLE color: 10865358.
HSL color Cylindrical-coordinate representation of color #CECAA5: hue angle of 54.15º 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 #CECAA5 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 202 | 165 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.19 |
| HSL | 54.15º | 0.29% | 0.73% | - |
| HSV(B) | 54.15º | 0.2% | 0.81% | - |
| XYZ | 53.37 | 58.08 | 44 | - |
| YUV | 198.98 | 108.83 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 165 | 0 | 0.02 | 0.20 | 0.19 | 54.15 | 0.29 | 0.73 |
| Hex | CE | CA | A5 | 0 | 2 | 14 | 13 | 36 | 1D | 49 |
| Octal | 316 | 312 | 245 | 0 | 2 | 24 | 23 | 66 | 35 | 111 |
| Binary | 11001110 | 11001010 | 10100101 | 0 | 10 | 10100 | 10011 | 110110 | 11101 | 1001001 |
Color Harmonies of #CECAA5
Complementary color
Monochromatic Colors of #CECAA5
Black with #CECAA5
Text Example
Text Example
White with #CECAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAA5; }
p { color: rgb(206,202,165); }
H1.HeaderClassName
{
color: #CECAA5;
}
.AnyTagClassName
{
color: #CECAA5;
}
</style>
background-color css
<style>
a { background-color: #CECAA5; }
a { background-color: rgb(206,202,165); }
div.DivClassName
{
background-color: #CECAA5;
}
.BgClassName
{
background-color: #CECAA5;
}
</style>
border-color css
<style>
span { border-color: #CECAA5; }
span { border-color: rgb(206,202,165); }
td.TdClassName
{
border-color: #CECAA5;
}
.TagClassName
{
border-color: #CECAA5;
}
</style>