Shades of Lily #C0AEB5
Tints of Lily #C0AEB5
RGB
CMYK
RGB Variations
Color information
#C0AEB5 (or 0xC0AEB5) is known color: Lily. HEX triplet: C0, AE and B5. RGB value is (192,174,181). Sum of RGB (Red+Green+Blue) = 192+174+181=547 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.10% from 547); Green value is 174 (68.36% from 255 or 31.81% from 547); Blue value is 181 (71.09% from 255 or 33.09% from 547); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEB5 is #3F514A. Grayscale: #B4B4B4. Windows color (decimal): -4149579 or 11906752. OLE color: 11906752.
HSL color Cylindrical-coordinate representation of color #C0AEB5: hue angle of 336.67º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AEB5 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 174 | 181 | - |
CMYK | 0 | 0.09 | 0.06 | 0.25 |
HSL | 336.67º | 0.13% | 0.72% | - |
HSV(B) | 336.67º | 0.09% | 0.75% | - |
XYZ | 45.21 | 44.81 | 49.98 | - |
YUV | 180.18 | 128.46 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 174 | 181 | 0 | 0.09 | 0.06 | 0.25 | 336.67 | 0.13 | 0.72 |
Hex | C0 | AE | B5 | 0 | 9 | 6 | 19 | 151 | C | 48 |
Octal | 300 | 256 | 265 | 0 | 11 | 6 | 31 | 521 | 14 | 110 |
Binary | 11000000 | 10101110 | 10110101 | 0 | 1001 | 110 | 11001 | 101010001 | 1100 | 1001000 |
Color Harmonies of #C0AEB5
Complementary color
Monochromatic Colors of #C0AEB5
Black with #C0AEB5
Text Example
Text Example
White with #C0AEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEB5; }
p { color: rgb(192,174,181); }
H1.HeaderClassName
{
color: #C0AEB5;
}
.AnyTagClassName
{
color: #C0AEB5;
}
</style>
background-color css
<style>
a { background-color: #C0AEB5; }
a { background-color: rgb(192,174,181); }
div.DivClassName
{
background-color: #C0AEB5;
}
.BgClassName
{
background-color: #C0AEB5;
}
</style>
border-color css
<style>
span { border-color: #C0AEB5; }
span { border-color: rgb(192,174,181); }
td.TdClassName
{
border-color: #C0AEB5;
}
.TagClassName
{
border-color: #C0AEB5;
}
</style>