Shades of Kangaroo #CBC9AA
Tints of Kangaroo #CBC9AA
RGB
CMYK
RGB Variations
Color information
#CBC9AA (or 0xCBC9AA) is known color: Kangaroo. HEX triplet: CB, C9 and AA. RGB value is (203,201,170). Sum of RGB (Red+Green+Blue) = 203+201+170=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 201 (78.91% from 255 or 35.02% from 574); Blue value is 170 (66.80% from 255 or 29.62% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC9AA is #343655. Grayscale: #C6C6C6. Windows color (decimal): -3421782 or 11192779. OLE color: 11192779.
HSL color Cylindrical-coordinate representation of color #CBC9AA: hue angle of 56.36º 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 #CBC9AA is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 170 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.20 |
| HSL | 56.36º | 0.24% | 0.73% | - |
| HSV(B) | 56.36º | 0.16% | 0.8% | - |
| XYZ | 52.77 | 57.37 | 46.32 | - |
| YUV | 198.06 | 112.16 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 170 | 0 | 0.01 | 0.16 | 0.20 | 56.36 | 0.24 | 0.73 |
| Hex | CB | C9 | AA | 0 | 1 | 10 | 14 | 38 | 18 | 49 |
| Octal | 313 | 311 | 252 | 0 | 1 | 20 | 24 | 70 | 30 | 111 |
| Binary | 11001011 | 11001001 | 10101010 | 0 | 1 | 10000 | 10100 | 111000 | 11000 | 1001001 |
Color Harmonies of #CBC9AA
Complementary color
Monochromatic Colors of #CBC9AA
Black with #CBC9AA
Text Example
Text Example
White with #CBC9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC9AA; }
p { color: rgb(203,201,170); }
H1.HeaderClassName
{
color: #CBC9AA;
}
.AnyTagClassName
{
color: #CBC9AA;
}
</style>
background-color css
<style>
a { background-color: #CBC9AA; }
a { background-color: rgb(203,201,170); }
div.DivClassName
{
background-color: #CBC9AA;
}
.BgClassName
{
background-color: #CBC9AA;
}
</style>
border-color css
<style>
span { border-color: #CBC9AA; }
span { border-color: rgb(203,201,170); }
td.TdClassName
{
border-color: #CBC9AA;
}
.TagClassName
{
border-color: #CBC9AA;
}
</style>