Shades of Kangaroo #CBC8AB
Tints of Kangaroo #CBC8AB
RGB
CMYK
RGB Variations
Color information
#CBC8AB (or 0xCBC8AB) is known color: Kangaroo. HEX triplet: CB, C8 and AB. RGB value is (203,200,171). Sum of RGB (Red+Green+Blue) = 203+200+171=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 200 (78.52% from 255 or 34.84% from 574); Blue value is 171 (67.19% from 255 or 29.79% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC8AB is #343754. Grayscale: #C5C5C5. Windows color (decimal): -3422037 or 11258059. OLE color: 11258059.
HSL color Cylindrical-coordinate representation of color #CBC8AB: hue angle of 54.38º 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 #CBC8AB is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 171 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.20 |
| HSL | 54.38º | 0.24% | 0.73% | - |
| HSV(B) | 54.38º | 0.16% | 0.8% | - |
| XYZ | 52.63 | 56.95 | 46.75 | - |
| YUV | 197.59 | 112.99 | 131.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 171 | 0 | 0.01 | 0.16 | 0.20 | 54.38 | 0.24 | 0.73 |
| Hex | CB | C8 | AB | 0 | 1 | 10 | 14 | 36 | 18 | 49 |
| Octal | 313 | 310 | 253 | 0 | 1 | 20 | 24 | 66 | 30 | 111 |
| Binary | 11001011 | 11001000 | 10101011 | 0 | 1 | 10000 | 10100 | 110110 | 11000 | 1001001 |
Color Harmonies of #CBC8AB
Complementary color
Monochromatic Colors of #CBC8AB
Black with #CBC8AB
Text Example
Text Example
White with #CBC8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8AB; }
p { color: rgb(203,200,171); }
H1.HeaderClassName
{
color: #CBC8AB;
}
.AnyTagClassName
{
color: #CBC8AB;
}
</style>
background-color css
<style>
a { background-color: #CBC8AB; }
a { background-color: rgb(203,200,171); }
div.DivClassName
{
background-color: #CBC8AB;
}
.BgClassName
{
background-color: #CBC8AB;
}
</style>
border-color css
<style>
span { border-color: #CBC8AB; }
span { border-color: rgb(203,200,171); }
td.TdClassName
{
border-color: #CBC8AB;
}
.TagClassName
{
border-color: #CBC8AB;
}
</style>