Shades of Kangaroo #CBC7A7
Tints of Kangaroo #CBC7A7
RGB
CMYK
RGB Variations
Color information
#CBC7A7 (or 0xCBC7A7) is known color: Kangaroo. HEX triplet: CB, C7 and A7. RGB value is (203,199,167). Sum of RGB (Red+Green+Blue) = 203+199+167=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 199 (78.12% from 255 or 34.97% from 569); Blue value is 167 (65.62% from 255 or 29.35% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC7A7 is #343858. Grayscale: #C4C4C4. Windows color (decimal): -3422297 or 10995659. OLE color: 10995659.
HSL color Cylindrical-coordinate representation of color #CBC7A7: hue angle of 53.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC7A7 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 167 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.20 |
| HSL | 53.33º | 0.26% | 0.73% | - |
| HSV(B) | 53.33º | 0.18% | 0.8% | - |
| XYZ | 52.03 | 56.33 | 44.69 | - |
| YUV | 196.55 | 111.33 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 167 | 0 | 0.02 | 0.18 | 0.20 | 53.33 | 0.26 | 0.73 |
| Hex | CB | C7 | A7 | 0 | 2 | 12 | 14 | 35 | 1A | 49 |
| Octal | 313 | 307 | 247 | 0 | 2 | 22 | 24 | 65 | 32 | 111 |
| Binary | 11001011 | 11000111 | 10100111 | 0 | 10 | 10010 | 10100 | 110101 | 11010 | 1001001 |
Color Harmonies of #CBC7A7
Complementary color
Monochromatic Colors of #CBC7A7
Black with #CBC7A7
Text Example
Text Example
White with #CBC7A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7A7; }
p { color: rgb(203,199,167); }
H1.HeaderClassName
{
color: #CBC7A7;
}
.AnyTagClassName
{
color: #CBC7A7;
}
</style>
background-color css
<style>
a { background-color: #CBC7A7; }
a { background-color: rgb(203,199,167); }
div.DivClassName
{
background-color: #CBC7A7;
}
.BgClassName
{
background-color: #CBC7A7;
}
</style>
border-color css
<style>
span { border-color: #CBC7A7; }
span { border-color: rgb(203,199,167); }
td.TdClassName
{
border-color: #CBC7A7;
}
.TagClassName
{
border-color: #CBC7A7;
}
</style>