Shades of Lily #C0ABB6
Tints of Lily #C0ABB6
RGB
CMYK
RGB Variations
Color information
#C0ABB6 (or 0xC0ABB6) is known color: Lily. HEX triplet: C0, AB and B6. RGB value is (192,171,182). Sum of RGB (Red+Green+Blue) = 192+171+182=545 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.23% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 182 (71.48% from 255 or 33.39% from 545); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABB6 is #3F5449. Grayscale: #B2B2B2. Windows color (decimal): -4150346 or 11971520. OLE color: 11971520.
HSL color Cylindrical-coordinate representation of color #C0ABB6: hue angle of 328.57º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABB6 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 171 | 182 | - |
CMYK | 0 | 0.11 | 0.05 | 0.25 |
HSL | 328.57º | 0.14% | 0.71% | - |
HSV(B) | 328.57º | 0.11% | 0.75% | - |
XYZ | 44.74 | 43.71 | 50.33 | - |
YUV | 178.53 | 129.96 | 137.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 171 | 182 | 0 | 0.11 | 0.05 | 0.25 | 328.57 | 0.14 | 0.71 |
Hex | C0 | AB | B6 | 0 | B | 5 | 19 | 149 | E | 47 |
Octal | 300 | 253 | 266 | 0 | 13 | 5 | 31 | 511 | 16 | 107 |
Binary | 11000000 | 10101011 | 10110110 | 0 | 1011 | 101 | 11001 | 101001001 | 1110 | 1000111 |
Color Harmonies of #C0ABB6
Complementary color
Monochromatic Colors of #C0ABB6
Black with #C0ABB6
Text Example
Text Example
White with #C0ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABB6; }
p { color: rgb(192,171,182); }
H1.HeaderClassName
{
color: #C0ABB6;
}
.AnyTagClassName
{
color: #C0ABB6;
}
</style>
background-color css
<style>
a { background-color: #C0ABB6; }
a { background-color: rgb(192,171,182); }
div.DivClassName
{
background-color: #C0ABB6;
}
.BgClassName
{
background-color: #C0ABB6;
}
</style>
border-color css
<style>
span { border-color: #C0ABB6; }
span { border-color: rgb(192,171,182); }
td.TdClassName
{
border-color: #C0ABB6;
}
.TagClassName
{
border-color: #C0ABB6;
}
</style>