Shades of Kangaroo #CBC7A9
Tints of Kangaroo #CBC7A9
RGB
CMYK
RGB Variations
Color information
#CBC7A9 (or 0xCBC7A9) is known color: Kangaroo. HEX triplet: CB, C7 and A9. RGB value is (203,199,169). Sum of RGB (Red+Green+Blue) = 203+199+169=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7A9 is #343856. Grayscale: #C4C4C4. Windows color (decimal): -3422295 or 11126731. OLE color: 11126731.
HSL color Cylindrical-coordinate representation of color #CBC7A9: hue angle of 52.94º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC7A9 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 169 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.20 |
| HSL | 52.94º | 0.25% | 0.73% | - |
| HSV(B) | 52.94º | 0.17% | 0.8% | - |
| XYZ | 52.21 | 56.41 | 45.67 | - |
| YUV | 196.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 169 | 0 | 0.02 | 0.17 | 0.20 | 52.94 | 0.25 | 0.73 |
| Hex | CB | C7 | A9 | 0 | 2 | 11 | 14 | 35 | 19 | 49 |
| Octal | 313 | 307 | 251 | 0 | 2 | 21 | 24 | 65 | 31 | 111 |
| Binary | 11001011 | 11000111 | 10101001 | 0 | 10 | 10001 | 10100 | 110101 | 11001 | 1001001 |
Color Harmonies of #CBC7A9
Complementary color
Monochromatic Colors of #CBC7A9
Black with #CBC7A9
Text Example
Text Example
White with #CBC7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7A9; }
p { color: rgb(203,199,169); }
H1.HeaderClassName
{
color: #CBC7A9;
}
.AnyTagClassName
{
color: #CBC7A9;
}
</style>
background-color css
<style>
a { background-color: #CBC7A9; }
a { background-color: rgb(203,199,169); }
div.DivClassName
{
background-color: #CBC7A9;
}
.BgClassName
{
background-color: #CBC7A9;
}
</style>
border-color css
<style>
span { border-color: #CBC7A9; }
span { border-color: rgb(203,199,169); }
td.TdClassName
{
border-color: #CBC7A9;
}
.TagClassName
{
border-color: #CBC7A9;
}
</style>