Shades of Kangaroo #CBCBA9
Tints of Kangaroo #CBCBA9
RGB
CMYK
RGB Variations
Color information
#CBCBA9 (or 0xCBCBA9) is known color: Kangaroo. HEX triplet: CB, CB and A9. RGB value is (203,203,169). Sum of RGB (Red+Green+Blue) = 203+203+169=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 203 - color contains mainly: red, green. Hex color #CBCBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBCBA9 is #343456. Grayscale: #C7C7C7. Windows color (decimal): -3421271 or 11127755. OLE color: 11127755.
HSL color Cylindrical-coordinate representation of color #CBCBA9: hue angle of 60º 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 #CBCBA9 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 203 | 169 | - |
| CMYK | 0 | 0 | 0.17 | 0.20 |
| HSL | 60º | 0.25% | 0.73% | - |
| HSV(B) | 60º | 0.17% | 0.8% | - |
| XYZ | 53.15 | 58.27 | 45.98 | - |
| YUV | 199.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 203 | 169 | 0 | 0 | 0.17 | 0.20 | 60 | 0.25 | 0.73 |
| Hex | CB | CB | A9 | 0 | 0 | 11 | 14 | 3C | 19 | 49 |
| Octal | 313 | 313 | 251 | 0 | 0 | 21 | 24 | 74 | 31 | 111 |
| Binary | 11001011 | 11001011 | 10101001 | 0 | 0 | 10001 | 10100 | 111100 | 11001 | 1001001 |
Color Harmonies of #CBCBA9
Complementary color
Monochromatic Colors of #CBCBA9
Black with #CBCBA9
Text Example
Text Example
White with #CBCBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCBA9; }
p { color: rgb(203,203,169); }
H1.HeaderClassName
{
color: #CBCBA9;
}
.AnyTagClassName
{
color: #CBCBA9;
}
</style>
background-color css
<style>
a { background-color: #CBCBA9; }
a { background-color: rgb(203,203,169); }
div.DivClassName
{
background-color: #CBCBA9;
}
.BgClassName
{
background-color: #CBCBA9;
}
</style>
border-color css
<style>
span { border-color: #CBCBA9; }
span { border-color: rgb(203,203,169); }
td.TdClassName
{
border-color: #CBCBA9;
}
.TagClassName
{
border-color: #CBCBA9;
}
</style>