Shades of Lily #C58BAF
Tints of Lily #C58BAF
RGB
CMYK
RGB Variations
Color information
#C58BAF (or 0xC58BAF) is known color: Lily. HEX triplet: C5, 8B and AF. RGB value is (197,139,175). Sum of RGB (Red+Green+Blue) = 197+139+175=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 139 (54.69% from 255 or 27.20% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C58BAF is #3A7450. Grayscale: #A0A0A0. Windows color (decimal): -3830865 or 11504581. OLE color: 11504581.
HSL color Cylindrical-coordinate representation of color #C58BAF: hue angle of 322.76º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BAF is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 139 | 175 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.23 |
| HSL | 322.76º | 0.33% | 0.66% | - |
| HSV(B) | 322.76º | 0.29% | 0.77% | - |
| XYZ | 40 | 33.43 | 44.9 | - |
| YUV | 160.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 139 | 175 | 0 | 0.29 | 0.11 | 0.23 | 322.76 | 0.33 | 0.66 |
| Hex | C5 | 8B | AF | 0 | 1D | B | 17 | 143 | 21 | 42 |
| Octal | 305 | 213 | 257 | 0 | 35 | 13 | 27 | 503 | 41 | 102 |
| Binary | 11000101 | 10001011 | 10101111 | 0 | 11101 | 1011 | 10111 | 101000011 | 100001 | 1000010 |
Color Harmonies of #C58BAF
Complementary color
Monochromatic Colors of #C58BAF
Black with #C58BAF
Text Example
Text Example
White with #C58BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58BAF; }
p { color: rgb(197,139,175); }
H1.HeaderClassName
{
color: #C58BAF;
}
.AnyTagClassName
{
color: #C58BAF;
}
</style>
background-color css
<style>
a { background-color: #C58BAF; }
a { background-color: rgb(197,139,175); }
div.DivClassName
{
background-color: #C58BAF;
}
.BgClassName
{
background-color: #C58BAF;
}
</style>
border-color css
<style>
span { border-color: #C58BAF; }
span { border-color: rgb(197,139,175); }
td.TdClassName
{
border-color: #C58BAF;
}
.TagClassName
{
border-color: #C58BAF;
}
</style>