Shades of Lily #C594B3
Tints of Lily #C594B3
RGB
CMYK
RGB Variations
Color information
#C594B3 (or 0xC594B3) is known color: Lily. HEX triplet: C5, 94 and B3. RGB value is (197,148,179). Sum of RGB (Red+Green+Blue) = 197+148+179=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 179 (70.31% from 255 or 34.16% from 524); Max value from RGB is 197 - color contains mainly: red. Hex color #C594B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C594B3 is #3A6B4C. Grayscale: #A6A6A6. Windows color (decimal): -3828557 or 11769029. OLE color: 11769029.
HSL color Cylindrical-coordinate representation of color #C594B3: hue angle of 322.04º 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 #C594B3 is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 179 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.23 |
| HSL | 322.04º | 0.3% | 0.68% | - |
| HSV(B) | 322.04º | 0.25% | 0.77% | - |
| XYZ | 41.75 | 36.3 | 47.45 | - |
| YUV | 166.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 179 | 0 | 0.25 | 0.09 | 0.23 | 322.04 | 0.3 | 0.68 |
| Hex | C5 | 94 | B3 | 0 | 19 | 9 | 17 | 142 | 1E | 44 |
| Octal | 305 | 224 | 263 | 0 | 31 | 11 | 27 | 502 | 36 | 104 |
| Binary | 11000101 | 10010100 | 10110011 | 0 | 11001 | 1001 | 10111 | 101000010 | 11110 | 1000100 |
Color Harmonies of #C594B3
Complementary color
Monochromatic Colors of #C594B3
Black with #C594B3
Text Example
Text Example
White with #C594B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C594B3; }
p { color: rgb(197,148,179); }
H1.HeaderClassName
{
color: #C594B3;
}
.AnyTagClassName
{
color: #C594B3;
}
</style>
background-color css
<style>
a { background-color: #C594B3; }
a { background-color: rgb(197,148,179); }
div.DivClassName
{
background-color: #C594B3;
}
.BgClassName
{
background-color: #C594B3;
}
</style>
border-color css
<style>
span { border-color: #C594B3; }
span { border-color: rgb(197,148,179); }
td.TdClassName
{
border-color: #C594B3;
}
.TagClassName
{
border-color: #C594B3;
}
</style>