Shades of Kangaroo #CBC6A9
Tints of Kangaroo #CBC6A9
RGB
CMYK
RGB Variations
Color information
#CBC6A9 (or 0xCBC6A9) is known color: Kangaroo. HEX triplet: CB, C6 and A9. RGB value is (203,198,169). Sum of RGB (Red+Green+Blue) = 203+198+169=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 198 (77.73% from 255 or 34.74% from 570); Blue value is 169 (66.41% from 255 or 29.65% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6A9 is #343956. Grayscale: #C4C4C4. Windows color (decimal): -3422551 or 11126475. OLE color: 11126475.
HSL color Cylindrical-coordinate representation of color #CBC6A9: hue angle of 51.18º 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 #CBC6A9 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 169 | - |
| CMYK | 0 | 0.02 | 0.17 | 0.20 |
| HSL | 51.18º | 0.25% | 0.73% | - |
| HSV(B) | 51.18º | 0.17% | 0.8% | - |
| XYZ | 51.98 | 55.95 | 45.6 | - |
| YUV | 196.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 169 | 0 | 0.02 | 0.17 | 0.20 | 51.18 | 0.25 | 0.73 |
| Hex | CB | C6 | A9 | 0 | 2 | 11 | 14 | 33 | 19 | 49 |
| Octal | 313 | 306 | 251 | 0 | 2 | 21 | 24 | 63 | 31 | 111 |
| Binary | 11001011 | 11000110 | 10101001 | 0 | 10 | 10001 | 10100 | 110011 | 11001 | 1001001 |
Color Harmonies of #CBC6A9
Complementary color
Monochromatic Colors of #CBC6A9
Black with #CBC6A9
Text Example
Text Example
White with #CBC6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6A9; }
p { color: rgb(203,198,169); }
H1.HeaderClassName
{
color: #CBC6A9;
}
.AnyTagClassName
{
color: #CBC6A9;
}
</style>
background-color css
<style>
a { background-color: #CBC6A9; }
a { background-color: rgb(203,198,169); }
div.DivClassName
{
background-color: #CBC6A9;
}
.BgClassName
{
background-color: #CBC6A9;
}
</style>
border-color css
<style>
span { border-color: #CBC6A9; }
span { border-color: rgb(203,198,169); }
td.TdClassName
{
border-color: #CBC6A9;
}
.TagClassName
{
border-color: #CBC6A9;
}
</style>