Shades of Kangaroo #CBC7AA
Tints of Kangaroo #CBC7AA
RGB
CMYK
RGB Variations
Color information
#CBC7AA (or 0xCBC7AA) is known color: Kangaroo. HEX triplet: CB, C7 and AA. RGB value is (203,199,170). Sum of RGB (Red+Green+Blue) = 203+199+170=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 199 (78.12% from 255 or 34.79% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7AA is #343855. Grayscale: #C5C5C5. Windows color (decimal): -3422294 or 11192267. OLE color: 11192267.
HSL color Cylindrical-coordinate representation of color #CBC7AA: hue angle of 52.73º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC7AA is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 170 | - |
| CMYK | 0 | 0.02 | 0.16 | 0.20 |
| HSL | 52.73º | 0.24% | 0.73% | - |
| HSV(B) | 52.73º | 0.16% | 0.8% | - |
| XYZ | 52.31 | 56.45 | 46.17 | - |
| YUV | 196.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 170 | 0 | 0.02 | 0.16 | 0.20 | 52.73 | 0.24 | 0.73 |
| Hex | CB | C7 | AA | 0 | 2 | 10 | 14 | 35 | 18 | 49 |
| Octal | 313 | 307 | 252 | 0 | 2 | 20 | 24 | 65 | 30 | 111 |
| Binary | 11001011 | 11000111 | 10101010 | 0 | 10 | 10000 | 10100 | 110101 | 11000 | 1001001 |
Color Harmonies of #CBC7AA
Complementary color
Monochromatic Colors of #CBC7AA
Black with #CBC7AA
Text Example
Text Example
White with #CBC7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7AA; }
p { color: rgb(203,199,170); }
H1.HeaderClassName
{
color: #CBC7AA;
}
.AnyTagClassName
{
color: #CBC7AA;
}
</style>
background-color css
<style>
a { background-color: #CBC7AA; }
a { background-color: rgb(203,199,170); }
div.DivClassName
{
background-color: #CBC7AA;
}
.BgClassName
{
background-color: #CBC7AA;
}
</style>
border-color css
<style>
span { border-color: #CBC7AA; }
span { border-color: rgb(203,199,170); }
td.TdClassName
{
border-color: #CBC7AA;
}
.TagClassName
{
border-color: #CBC7AA;
}
</style>