Shades of Kangaroo #CBC6A1
Tints of Kangaroo #CBC6A1
RGB
CMYK
RGB Variations
Color information
#CBC6A1 (or 0xCBC6A1) is known color: Kangaroo. HEX triplet: CB, C6 and A1. RGB value is (203,198,161). Sum of RGB (Red+Green+Blue) = 203+198+161=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6A1 is #34395E. Grayscale: #C3C3C3. Windows color (decimal): -3422559 or 10602187. OLE color: 10602187.
HSL color Cylindrical-coordinate representation of color #CBC6A1: hue angle of 52.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBC6A1 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 161 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.20 |
| HSL | 52.86º | 0.29% | 0.71% | - |
| HSV(B) | 52.86º | 0.21% | 0.8% | - |
| XYZ | 51.26 | 55.66 | 41.76 | - |
| YUV | 195.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 161 | 0 | 0.02 | 0.21 | 0.20 | 52.86 | 0.29 | 0.71 |
| Hex | CB | C6 | A1 | 0 | 2 | 15 | 14 | 35 | 1D | 47 |
| Octal | 313 | 306 | 241 | 0 | 2 | 25 | 24 | 65 | 35 | 107 |
| Binary | 11001011 | 11000110 | 10100001 | 0 | 10 | 10101 | 10100 | 110101 | 11101 | 1000111 |
Color Harmonies of #CBC6A1
Complementary color
Monochromatic Colors of #CBC6A1
Black with #CBC6A1
Text Example
Text Example
White with #CBC6A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6A1; }
p { color: rgb(203,198,161); }
H1.HeaderClassName
{
color: #CBC6A1;
}
.AnyTagClassName
{
color: #CBC6A1;
}
</style>
background-color css
<style>
a { background-color: #CBC6A1; }
a { background-color: rgb(203,198,161); }
div.DivClassName
{
background-color: #CBC6A1;
}
.BgClassName
{
background-color: #CBC6A1;
}
</style>
border-color css
<style>
span { border-color: #CBC6A1; }
span { border-color: rgb(203,198,161); }
td.TdClassName
{
border-color: #CBC6A1;
}
.TagClassName
{
border-color: #CBC6A1;
}
</style>