Shades of Lily #C595B3
Tints of Lily #C595B3
RGB
CMYK
RGB Variations
Color information
#C595B3 (or 0xC595B3) is known color: Lily. HEX triplet: C5, 95 and B3. RGB value is (197,149,179). Sum of RGB (Red+Green+Blue) = 197+149+179=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C595B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595B3 is #3A6A4C. Grayscale: #A6A6A6. Windows color (decimal): -3828301 or 11769285. OLE color: 11769285.
HSL color Cylindrical-coordinate representation of color #C595B3: hue angle of 322.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C595B3 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 179 | - |
| CMYK | 0 | 0.24 | 0.09 | 0.23 |
| HSL | 322.5º | 0.29% | 0.68% | - |
| HSV(B) | 322.5º | 0.24% | 0.77% | - |
| XYZ | 41.91 | 36.62 | 47.51 | - |
| YUV | 166.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 179 | 0 | 0.24 | 0.09 | 0.23 | 322.5 | 0.29 | 0.68 |
| Hex | C5 | 95 | B3 | 0 | 18 | 9 | 17 | 142 | 1D | 44 |
| Octal | 305 | 225 | 263 | 0 | 30 | 11 | 27 | 502 | 35 | 104 |
| Binary | 11000101 | 10010101 | 10110011 | 0 | 11000 | 1001 | 10111 | 101000010 | 11101 | 1000100 |
Color Harmonies of #C595B3
Complementary color
Monochromatic Colors of #C595B3
Black with #C595B3
Text Example
Text Example
White with #C595B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595B3; }
p { color: rgb(197,149,179); }
H1.HeaderClassName
{
color: #C595B3;
}
.AnyTagClassName
{
color: #C595B3;
}
</style>
background-color css
<style>
a { background-color: #C595B3; }
a { background-color: rgb(197,149,179); }
div.DivClassName
{
background-color: #C595B3;
}
.BgClassName
{
background-color: #C595B3;
}
</style>
border-color css
<style>
span { border-color: #C595B3; }
span { border-color: rgb(197,149,179); }
td.TdClassName
{
border-color: #C595B3;
}
.TagClassName
{
border-color: #C595B3;
}
</style>