Shades of Lily #C594B5
Tints of Lily #C594B5
RGB
CMYK
RGB Variations
Color information
#C594B5 (or 0xC594B5) is known color: Lily. HEX triplet: C5, 94 and B5. RGB value is (197,148,181). Sum of RGB (Red+Green+Blue) = 197+148+181=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 148 (58.20% from 255 or 28.14% from 526); Blue value is 181 (71.09% from 255 or 34.41% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C594B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594B5 is #3A6B4A. Grayscale: #A6A6A6. Windows color (decimal): -3828555 or 11900101. OLE color: 11900101.
HSL color Cylindrical-coordinate representation of color #C594B5: hue angle of 319.59º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C594B5 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 181 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.23 |
| HSL | 319.59º | 0.3% | 0.68% | - |
| HSV(B) | 319.59º | 0.25% | 0.77% | - |
| XYZ | 41.96 | 36.39 | 48.53 | - |
| YUV | 166.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 181 | 0 | 0.25 | 0.08 | 0.23 | 319.59 | 0.3 | 0.68 |
| Hex | C5 | 94 | B5 | 0 | 19 | 8 | 17 | 140 | 1E | 44 |
| Octal | 305 | 224 | 265 | 0 | 31 | 10 | 27 | 500 | 36 | 104 |
| Binary | 11000101 | 10010100 | 10110101 | 0 | 11001 | 1000 | 10111 | 101000000 | 11110 | 1000100 |
Color Harmonies of #C594B5
Complementary color
Monochromatic Colors of #C594B5
Black with #C594B5
Text Example
Text Example
White with #C594B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594B5; }
p { color: rgb(197,148,181); }
H1.HeaderClassName
{
color: #C594B5;
}
.AnyTagClassName
{
color: #C594B5;
}
</style>
background-color css
<style>
a { background-color: #C594B5; }
a { background-color: rgb(197,148,181); }
div.DivClassName
{
background-color: #C594B5;
}
.BgClassName
{
background-color: #C594B5;
}
</style>
border-color css
<style>
span { border-color: #C594B5; }
span { border-color: rgb(197,148,181); }
td.TdClassName
{
border-color: #C594B5;
}
.TagClassName
{
border-color: #C594B5;
}
</style>