Shades of Lily #C1B1B7
Tints of Lily #C1B1B7
RGB
CMYK
RGB Variations
Color information
#C1B1B7 (or 0xC1B1B7) is known color: Lily. HEX triplet: C1, B1 and B7. RGB value is (193,177,183). Sum of RGB (Red+Green+Blue) = 193+177+183=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B1B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1B7 is #3E4E48. Grayscale: #B6B6B6. Windows color (decimal): -4083273 or 12038593. OLE color: 12038593.
HSL color Cylindrical-coordinate representation of color #C1B1B7: hue angle of 337.5º 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 #C1B1B7 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 177 | 183 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.24 |
| HSL | 337.5º | 0.11% | 0.73% | - |
| HSV(B) | 337.5º | 0.08% | 0.76% | - |
| XYZ | 46.26 | 46.2 | 51.28 | - |
| YUV | 182.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 177 | 183 | 0 | 0.08 | 0.05 | 0.24 | 337.5 | 0.11 | 0.73 |
| Hex | C1 | B1 | B7 | 0 | 8 | 5 | 18 | 152 | B | 49 |
| Octal | 301 | 261 | 267 | 0 | 10 | 5 | 30 | 522 | 13 | 111 |
| Binary | 11000001 | 10110001 | 10110111 | 0 | 1000 | 101 | 11000 | 101010010 | 1011 | 1001001 |
Color Harmonies of #C1B1B7
Complementary color
Monochromatic Colors of #C1B1B7
Black with #C1B1B7
Text Example
Text Example
White with #C1B1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B1B7; }
p { color: rgb(193,177,183); }
H1.HeaderClassName
{
color: #C1B1B7;
}
.AnyTagClassName
{
color: #C1B1B7;
}
</style>
background-color css
<style>
a { background-color: #C1B1B7; }
a { background-color: rgb(193,177,183); }
div.DivClassName
{
background-color: #C1B1B7;
}
.BgClassName
{
background-color: #C1B1B7;
}
</style>
border-color css
<style>
span { border-color: #C1B1B7; }
span { border-color: rgb(193,177,183); }
td.TdClassName
{
border-color: #C1B1B7;
}
.TagClassName
{
border-color: #C1B1B7;
}
</style>