Shades of Kangaroo #CBC6A7
Tints of Kangaroo #CBC6A7
RGB
CMYK
RGB Variations
Color information
#CBC6A7 (or 0xCBC6A7) is known color: Kangaroo. HEX triplet: CB, C6 and A7. RGB value is (203,198,167). Sum of RGB (Red+Green+Blue) = 203+198+167=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC6A7 is #343958. Grayscale: #C4C4C4. Windows color (decimal): -3422553 or 10995403. OLE color: 10995403.
HSL color Cylindrical-coordinate representation of color #CBC6A7: hue angle of 51.67º 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 #CBC6A7 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 167 | - |
| CMYK | 0 | 0.02 | 0.18 | 0.20 |
| HSL | 51.67º | 0.26% | 0.73% | - |
| HSV(B) | 51.67º | 0.18% | 0.8% | - |
| XYZ | 51.8 | 55.87 | 44.61 | - |
| YUV | 195.96 | 111.66 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 167 | 0 | 0.02 | 0.18 | 0.20 | 51.67 | 0.26 | 0.73 |
| Hex | CB | C6 | A7 | 0 | 2 | 12 | 14 | 34 | 1A | 49 |
| Octal | 313 | 306 | 247 | 0 | 2 | 22 | 24 | 64 | 32 | 111 |
| Binary | 11001011 | 11000110 | 10100111 | 0 | 10 | 10010 | 10100 | 110100 | 11010 | 1001001 |
Color Harmonies of #CBC6A7
Complementary color
Monochromatic Colors of #CBC6A7
Black with #CBC6A7
Text Example
Text Example
White with #CBC6A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6A7; }
p { color: rgb(203,198,167); }
H1.HeaderClassName
{
color: #CBC6A7;
}
.AnyTagClassName
{
color: #CBC6A7;
}
</style>
background-color css
<style>
a { background-color: #CBC6A7; }
a { background-color: rgb(203,198,167); }
div.DivClassName
{
background-color: #CBC6A7;
}
.BgClassName
{
background-color: #CBC6A7;
}
</style>
border-color css
<style>
span { border-color: #CBC6A7; }
span { border-color: rgb(203,198,167); }
td.TdClassName
{
border-color: #CBC6A7;
}
.TagClassName
{
border-color: #CBC6A7;
}
</style>