Shades of Kangaroo #CBC7A8
Tints of Kangaroo #CBC7A8
RGB
CMYK
RGB Variations
Color information
#CBC7A8 (or 0xCBC7A8) is known color: Kangaroo. HEX triplet: CB, C7 and A8. RGB value is (203,199,168). Sum of RGB (Red+Green+Blue) = 203+199+168=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 168 (66.02% from 255 or 29.47% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7A8 is #343857. Grayscale: #C4C4C4. Windows color (decimal): -3422296 or 11061195. OLE color: 11061195.
HSL color Cylindrical-coordinate representation of color #CBC7A8: hue angle of 53.14º 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 #CBC7A8 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 168 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.20 |
| HSL | 53.14º | 0.25% | 0.73% | - |
| HSV(B) | 53.14º | 0.17% | 0.8% | - |
| XYZ | 52.12 | 56.37 | 45.18 | - |
| YUV | 196.66 | 111.83 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 168 | 0 | 0.02 | 0.17 | 0.20 | 53.14 | 0.25 | 0.73 |
| Hex | CB | C7 | A8 | 0 | 2 | 11 | 14 | 35 | 19 | 49 |
| Octal | 313 | 307 | 250 | 0 | 2 | 21 | 24 | 65 | 31 | 111 |
| Binary | 11001011 | 11000111 | 10101000 | 0 | 10 | 10001 | 10100 | 110101 | 11001 | 1001001 |
Color Harmonies of #CBC7A8
Complementary color
Monochromatic Colors of #CBC7A8
Black with #CBC7A8
Text Example
Text Example
White with #CBC7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7A8; }
p { color: rgb(203,199,168); }
H1.HeaderClassName
{
color: #CBC7A8;
}
.AnyTagClassName
{
color: #CBC7A8;
}
</style>
background-color css
<style>
a { background-color: #CBC7A8; }
a { background-color: rgb(203,199,168); }
div.DivClassName
{
background-color: #CBC7A8;
}
.BgClassName
{
background-color: #CBC7A8;
}
</style>
border-color css
<style>
span { border-color: #CBC7A8; }
span { border-color: rgb(203,199,168); }
td.TdClassName
{
border-color: #CBC7A8;
}
.TagClassName
{
border-color: #CBC7A8;
}
</style>