Shades of Kangaroo #C6C5B1
Tints of Kangaroo #C6C5B1
RGB
CMYK
RGB Variations
Color information
#C6C5B1 (or 0xC6C5B1) is known color: Kangaroo. HEX triplet: C6, C5 and B1. RGB value is (198,197,177). Sum of RGB (Red+Green+Blue) = 198+197+177=572 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.62% from 572); Green value is 197 (77.34% from 255 or 34.44% from 572); Blue value is 177 (69.53% from 255 or 30.94% from 572); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C5B1 is #393A4E. Grayscale: #C3C3C3. Windows color (decimal): -3750479 or 11650502. OLE color: 11650502.
HSL color Cylindrical-coordinate representation of color #C6C5B1: hue angle of 57.14º degrees, saturation: 0.16, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6C5B1 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 177 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.22 |
| HSL | 57.14º | 0.16% | 0.74% | - |
| HSV(B) | 57.14º | 0.11% | 0.78% | - |
| XYZ | 51.19 | 55.11 | 49.53 | - |
| YUV | 195.02 | 117.83 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 177 | 0 | 0.01 | 0.11 | 0.22 | 57.14 | 0.16 | 0.74 |
| Hex | C6 | C5 | B1 | 0 | 1 | B | 16 | 39 | 10 | 4A |
| Octal | 306 | 305 | 261 | 0 | 1 | 13 | 26 | 71 | 20 | 112 |
| Binary | 11000110 | 11000101 | 10110001 | 0 | 1 | 1011 | 10110 | 111001 | 10000 | 1001010 |
Color Harmonies of #C6C5B1
Complementary color
Monochromatic Colors of #C6C5B1
Black with #C6C5B1
Text Example
Text Example
White with #C6C5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C5B1; }
p { color: rgb(198,197,177); }
H1.HeaderClassName
{
color: #C6C5B1;
}
.AnyTagClassName
{
color: #C6C5B1;
}
</style>
background-color css
<style>
a { background-color: #C6C5B1; }
a { background-color: rgb(198,197,177); }
div.DivClassName
{
background-color: #C6C5B1;
}
.BgClassName
{
background-color: #C6C5B1;
}
</style>
border-color css
<style>
span { border-color: #C6C5B1; }
span { border-color: rgb(198,197,177); }
td.TdClassName
{
border-color: #C6C5B1;
}
.TagClassName
{
border-color: #C6C5B1;
}
</style>