Shades of Kangaroo #CBC9A1
Tints of Kangaroo #CBC9A1
RGB
CMYK
RGB Variations
Color information
#CBC9A1 (or 0xCBC9A1) is known color: Kangaroo. HEX triplet: CB, C9 and A1. RGB value is (203,201,161). Sum of RGB (Red+Green+Blue) = 203+201+161=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 161 (63.28% from 255 or 28.50% from 565); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC9A1 is #34365E. Grayscale: #C5C5C5. Windows color (decimal): -3421791 or 10602955. OLE color: 10602955.
HSL color Cylindrical-coordinate representation of color #CBC9A1: hue angle of 57.14º 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 #CBC9A1 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 161 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.20 |
| HSL | 57.14º | 0.29% | 0.71% | - |
| HSV(B) | 57.14º | 0.21% | 0.8% | - |
| XYZ | 51.95 | 57.04 | 41.99 | - |
| YUV | 197.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 161 | 0 | 0.01 | 0.21 | 0.20 | 57.14 | 0.29 | 0.71 |
| Hex | CB | C9 | A1 | 0 | 1 | 15 | 14 | 39 | 1D | 47 |
| Octal | 313 | 311 | 241 | 0 | 1 | 25 | 24 | 71 | 35 | 107 |
| Binary | 11001011 | 11001001 | 10100001 | 0 | 1 | 10101 | 10100 | 111001 | 11101 | 1000111 |
Color Harmonies of #CBC9A1
Complementary color
Monochromatic Colors of #CBC9A1
Black with #CBC9A1
Text Example
Text Example
White with #CBC9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9A1; }
p { color: rgb(203,201,161); }
H1.HeaderClassName
{
color: #CBC9A1;
}
.AnyTagClassName
{
color: #CBC9A1;
}
</style>
background-color css
<style>
a { background-color: #CBC9A1; }
a { background-color: rgb(203,201,161); }
div.DivClassName
{
background-color: #CBC9A1;
}
.BgClassName
{
background-color: #CBC9A1;
}
</style>
border-color css
<style>
span { border-color: #CBC9A1; }
span { border-color: rgb(203,201,161); }
td.TdClassName
{
border-color: #CBC9A1;
}
.TagClassName
{
border-color: #CBC9A1;
}
</style>