Shades of Kangaroo #C1C0B1
Tints of Kangaroo #C1C0B1
RGB
CMYK
RGB Variations
Color information
#C1C0B1 (or 0xC1C0B1) is known color: Kangaroo. HEX triplet: C1, C0 and B1. RGB value is (193,192,177). Sum of RGB (Red+Green+Blue) = 193+192+177=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 177 (69.53% from 255 or 31.49% from 562); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C0B1 is #3E3F4E. Grayscale: #BEBEBE. Windows color (decimal): -4079439 or 11649217. OLE color: 11649217.
HSL color Cylindrical-coordinate representation of color #C1C0B1: hue angle of 56.25º degrees, saturation: 0.11, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1C0B1 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 177 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.24 |
| HSL | 56.25º | 0.11% | 0.73% | - |
| HSV(B) | 56.25º | 0.08% | 0.76% | - |
| XYZ | 48.78 | 52.21 | 49.1 | - |
| YUV | 190.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 177 | 0 | 0.01 | 0.08 | 0.24 | 56.25 | 0.11 | 0.73 |
| Hex | C1 | C0 | B1 | 0 | 1 | 8 | 18 | 38 | B | 49 |
| Octal | 301 | 300 | 261 | 0 | 1 | 10 | 30 | 70 | 13 | 111 |
| Binary | 11000001 | 11000000 | 10110001 | 0 | 1 | 1000 | 11000 | 111000 | 1011 | 1001001 |
Color Harmonies of #C1C0B1
Complementary color
Monochromatic Colors of #C1C0B1
Black with #C1C0B1
Text Example
Text Example
White with #C1C0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C0B1; }
p { color: rgb(193,192,177); }
H1.HeaderClassName
{
color: #C1C0B1;
}
.AnyTagClassName
{
color: #C1C0B1;
}
</style>
background-color css
<style>
a { background-color: #C1C0B1; }
a { background-color: rgb(193,192,177); }
div.DivClassName
{
background-color: #C1C0B1;
}
.BgClassName
{
background-color: #C1C0B1;
}
</style>
border-color css
<style>
span { border-color: #C1C0B1; }
span { border-color: rgb(193,192,177); }
td.TdClassName
{
border-color: #C1C0B1;
}
.TagClassName
{
border-color: #C1C0B1;
}
</style>