Shades of Kangaroo #CBC8AA
Tints of Kangaroo #CBC8AA
RGB
CMYK
RGB Variations
Color information
#CBC8AA (or 0xCBC8AA) is known color: Kangaroo. HEX triplet: CB, C8 and AA. RGB value is (203,200,170). Sum of RGB (Red+Green+Blue) = 203+200+170=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 200 (78.52% from 255 or 34.90% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC8AA is #343755. Grayscale: #C5C5C5. Windows color (decimal): -3422038 or 11192523. OLE color: 11192523.
HSL color Cylindrical-coordinate representation of color #CBC8AA: hue angle of 54.55º 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 #CBC8AA is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 170 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.20 |
| HSL | 54.55º | 0.24% | 0.73% | - |
| HSV(B) | 54.55º | 0.16% | 0.8% | - |
| XYZ | 52.54 | 56.91 | 46.25 | - |
| YUV | 197.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 170 | 0 | 0.01 | 0.16 | 0.20 | 54.55 | 0.24 | 0.73 |
| Hex | CB | C8 | AA | 0 | 1 | 10 | 14 | 37 | 18 | 49 |
| Octal | 313 | 310 | 252 | 0 | 1 | 20 | 24 | 67 | 30 | 111 |
| Binary | 11001011 | 11001000 | 10101010 | 0 | 1 | 10000 | 10100 | 110111 | 11000 | 1001001 |
Color Harmonies of #CBC8AA
Complementary color
Monochromatic Colors of #CBC8AA
Black with #CBC8AA
Text Example
Text Example
White with #CBC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8AA; }
p { color: rgb(203,200,170); }
H1.HeaderClassName
{
color: #CBC8AA;
}
.AnyTagClassName
{
color: #CBC8AA;
}
</style>
background-color css
<style>
a { background-color: #CBC8AA; }
a { background-color: rgb(203,200,170); }
div.DivClassName
{
background-color: #CBC8AA;
}
.BgClassName
{
background-color: #CBC8AA;
}
</style>
border-color css
<style>
span { border-color: #CBC8AA; }
span { border-color: rgb(203,200,170); }
td.TdClassName
{
border-color: #CBC8AA;
}
.TagClassName
{
border-color: #CBC8AA;
}
</style>