Shades of Lily #C0ACB6
Tints of Lily #C0ACB6
RGB
CMYK
RGB Variations
Color information
#C0ACB6 (or 0xC0ACB6) is known color: Lily. HEX triplet: C0, AC and B6. RGB value is (192,172,182). Sum of RGB (Red+Green+Blue) = 192+172+182=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACB6 is #3F5349. Grayscale: #B3B3B3. Windows color (decimal): -4150090 or 11971776. OLE color: 11971776.
HSL color Cylindrical-coordinate representation of color #C0ACB6: hue angle of 330º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ACB6 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 172 | 182 | - |
CMYK | 0 | 0.10 | 0.05 | 0.25 |
HSL | 330º | 0.14% | 0.71% | - |
HSV(B) | 330º | 0.1% | 0.75% | - |
XYZ | 44.93 | 44.09 | 50.4 | - |
YUV | 179.12 | 129.63 | 137.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 172 | 182 | 0 | 0.10 | 0.05 | 0.25 | 330 | 0.14 | 0.71 |
Hex | C0 | AC | B6 | 0 | A | 5 | 19 | 14A | E | 47 |
Octal | 300 | 254 | 266 | 0 | 12 | 5 | 31 | 512 | 16 | 107 |
Binary | 11000000 | 10101100 | 10110110 | 0 | 1010 | 101 | 11001 | 101001010 | 1110 | 1000111 |
Color Harmonies of #C0ACB6
Complementary color
Monochromatic Colors of #C0ACB6
Black with #C0ACB6
Text Example
Text Example
White with #C0ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACB6; }
p { color: rgb(192,172,182); }
H1.HeaderClassName
{
color: #C0ACB6;
}
.AnyTagClassName
{
color: #C0ACB6;
}
</style>
background-color css
<style>
a { background-color: #C0ACB6; }
a { background-color: rgb(192,172,182); }
div.DivClassName
{
background-color: #C0ACB6;
}
.BgClassName
{
background-color: #C0ACB6;
}
</style>
border-color css
<style>
span { border-color: #C0ACB6; }
span { border-color: rgb(192,172,182); }
td.TdClassName
{
border-color: #C0ACB6;
}
.TagClassName
{
border-color: #C0ACB6;
}
</style>