Shades of Kangaroo #CECBA5
Tints of Kangaroo #CECBA5
RGB
CMYK
RGB Variations
Color information
#CECBA5 (or 0xCECBA5) is known color: Kangaroo. HEX triplet: CE, CB and A5. RGB value is (206,203,165). Sum of RGB (Red+Green+Blue) = 206+203+165=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBA5 is #31345A. Grayscale: #C7C7C7. Windows color (decimal): -3224667 or 10865614. OLE color: 10865614.
HSL color Cylindrical-coordinate representation of color #CECBA5: hue angle of 55.61º 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 #CECBA5 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 165 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.19 |
| HSL | 55.61º | 0.29% | 0.73% | - |
| HSV(B) | 55.61º | 0.2% | 0.81% | - |
| XYZ | 53.6 | 58.55 | 44.07 | - |
| YUV | 199.57 | 108.49 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 165 | 0 | 0.01 | 0.20 | 0.19 | 55.61 | 0.29 | 0.73 |
| Hex | CE | CB | A5 | 0 | 1 | 14 | 13 | 38 | 1D | 49 |
| Octal | 316 | 313 | 245 | 0 | 1 | 24 | 23 | 70 | 35 | 111 |
| Binary | 11001110 | 11001011 | 10100101 | 0 | 1 | 10100 | 10011 | 111000 | 11101 | 1001001 |
Color Harmonies of #CECBA5
Complementary color
Monochromatic Colors of #CECBA5
Black with #CECBA5
Text Example
Text Example
White with #CECBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBA5; }
p { color: rgb(206,203,165); }
H1.HeaderClassName
{
color: #CECBA5;
}
.AnyTagClassName
{
color: #CECBA5;
}
</style>
background-color css
<style>
a { background-color: #CECBA5; }
a { background-color: rgb(206,203,165); }
div.DivClassName
{
background-color: #CECBA5;
}
.BgClassName
{
background-color: #CECBA5;
}
</style>
border-color css
<style>
span { border-color: #CECBA5; }
span { border-color: rgb(206,203,165); }
td.TdClassName
{
border-color: #CECBA5;
}
.TagClassName
{
border-color: #CECBA5;
}
</style>