Shades of Kangaroo #CECBA9
Tints of Kangaroo #CECBA9
RGB
CMYK
RGB Variations
Color information
#CECBA9 (or 0xCECBA9) is known color: Kangaroo. HEX triplet: CE, CB and A9. RGB value is (206,203,169). Sum of RGB (Red+Green+Blue) = 206+203+169=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 206 - color contains mainly: red. Hex color #CECBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECBA9 is #313456. Grayscale: #C8C8C8. Windows color (decimal): -3224663 or 11127758. OLE color: 11127758.
HSL color Cylindrical-coordinate representation of color #CECBA9: hue angle of 55.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CECBA9 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 169 | - |
| CMYK | 0 | 0.01 | 0.18 | 0.19 |
| HSL | 55.14º | 0.27% | 0.74% | - |
| HSV(B) | 55.14º | 0.18% | 0.81% | - |
| XYZ | 53.97 | 58.7 | 46.02 | - |
| YUV | 200.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 169 | 0 | 0.01 | 0.18 | 0.19 | 55.14 | 0.27 | 0.74 |
| Hex | CE | CB | A9 | 0 | 1 | 12 | 13 | 37 | 1B | 4A |
| Octal | 316 | 313 | 251 | 0 | 1 | 22 | 23 | 67 | 33 | 112 |
| Binary | 11001110 | 11001011 | 10101001 | 0 | 1 | 10010 | 10011 | 110111 | 11011 | 1001010 |
Color Harmonies of #CECBA9
Complementary color
Monochromatic Colors of #CECBA9
Black with #CECBA9
Text Example
Text Example
White with #CECBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECBA9; }
p { color: rgb(206,203,169); }
H1.HeaderClassName
{
color: #CECBA9;
}
.AnyTagClassName
{
color: #CECBA9;
}
</style>
background-color css
<style>
a { background-color: #CECBA9; }
a { background-color: rgb(206,203,169); }
div.DivClassName
{
background-color: #CECBA9;
}
.BgClassName
{
background-color: #CECBA9;
}
</style>
border-color css
<style>
span { border-color: #CECBA9; }
span { border-color: rgb(206,203,169); }
td.TdClassName
{
border-color: #CECBA9;
}
.TagClassName
{
border-color: #CECBA9;
}
</style>