Shades of Kangaroo #CBC7A6
Tints of Kangaroo #CBC7A6
RGB
CMYK
RGB Variations
Color information
#CBC7A6 (or 0xCBC7A6) is known color: Kangaroo. HEX triplet: CB, C7 and A6. RGB value is (203,199,166). Sum of RGB (Red+Green+Blue) = 203+199+166=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 166 (65.23% from 255 or 29.23% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7A6 is #343859. Grayscale: #C4C4C4. Windows color (decimal): -3422298 or 10930123. OLE color: 10930123.
HSL color Cylindrical-coordinate representation of color #CBC7A6: hue angle of 53.51º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC7A6 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 166 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.20 |
| HSL | 53.51º | 0.26% | 0.72% | - |
| HSV(B) | 53.51º | 0.18% | 0.8% | - |
| XYZ | 51.93 | 56.3 | 44.21 | - |
| YUV | 196.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 166 | 0 | 0.02 | 0.18 | 0.20 | 53.51 | 0.26 | 0.72 |
| Hex | CB | C7 | A6 | 0 | 2 | 12 | 14 | 36 | 1A | 48 |
| Octal | 313 | 307 | 246 | 0 | 2 | 22 | 24 | 66 | 32 | 110 |
| Binary | 11001011 | 11000111 | 10100110 | 0 | 10 | 10010 | 10100 | 110110 | 11010 | 1001000 |
Color Harmonies of #CBC7A6
Complementary color
Monochromatic Colors of #CBC7A6
Black with #CBC7A6
Text Example
Text Example
White with #CBC7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7A6; }
p { color: rgb(203,199,166); }
H1.HeaderClassName
{
color: #CBC7A6;
}
.AnyTagClassName
{
color: #CBC7A6;
}
</style>
background-color css
<style>
a { background-color: #CBC7A6; }
a { background-color: rgb(203,199,166); }
div.DivClassName
{
background-color: #CBC7A6;
}
.BgClassName
{
background-color: #CBC7A6;
}
</style>
border-color css
<style>
span { border-color: #CBC7A6; }
span { border-color: rgb(203,199,166); }
td.TdClassName
{
border-color: #CBC7A6;
}
.TagClassName
{
border-color: #CBC7A6;
}
</style>