Shades of Kangaroo #C6C1AB
Tints of Kangaroo #C6C1AB
RGB
CMYK
RGB Variations
Color information
#C6C1AB (or 0xC6C1AB) is known color: Kangaroo. HEX triplet: C6, C1 and AB. RGB value is (198,193,171). Sum of RGB (Red+Green+Blue) = 198+193+171=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 193 (75.78% from 255 or 34.34% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C1AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C1AB is #393E54. Grayscale: #C0C0C0. Windows color (decimal): -3751509 or 11256262. OLE color: 11256262.
HSL color Cylindrical-coordinate representation of color #C6C1AB: hue angle of 48.89º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6C1AB is Cyan = 0, Magento = 0.03, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 171 | - |
| CMYK | 0 | 0.03 | 0.14 | 0.22 |
| HSL | 48.89º | 0.19% | 0.72% | - |
| HSV(B) | 48.89º | 0.14% | 0.78% | - |
| XYZ | 49.71 | 53.09 | 46.15 | - |
| YUV | 191.99 | 116.16 | 132.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 171 | 0 | 0.03 | 0.14 | 0.22 | 48.89 | 0.19 | 0.72 |
| Hex | C6 | C1 | AB | 0 | 3 | E | 16 | 31 | 13 | 48 |
| Octal | 306 | 301 | 253 | 0 | 3 | 16 | 26 | 61 | 23 | 110 |
| Binary | 11000110 | 11000001 | 10101011 | 0 | 11 | 1110 | 10110 | 110001 | 10011 | 1001000 |
Color Harmonies of #C6C1AB
Complementary color
Monochromatic Colors of #C6C1AB
Black with #C6C1AB
Text Example
Text Example
White with #C6C1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1AB; }
p { color: rgb(198,193,171); }
H1.HeaderClassName
{
color: #C6C1AB;
}
.AnyTagClassName
{
color: #C6C1AB;
}
</style>
background-color css
<style>
a { background-color: #C6C1AB; }
a { background-color: rgb(198,193,171); }
div.DivClassName
{
background-color: #C6C1AB;
}
.BgClassName
{
background-color: #C6C1AB;
}
</style>
border-color css
<style>
span { border-color: #C6C1AB; }
span { border-color: rgb(198,193,171); }
td.TdClassName
{
border-color: #C6C1AB;
}
.TagClassName
{
border-color: #C6C1AB;
}
</style>