Shades of Lily #C595B5
Tints of Lily #C595B5
RGB
CMYK
RGB Variations
Color information
#C595B5 (or 0xC595B5) is known color: Lily. HEX triplet: C5, 95 and B5. RGB value is (197,149,181). Sum of RGB (Red+Green+Blue) = 197+149+181=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C595B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595B5 is #3A6A4A. Grayscale: #A6A6A6. Windows color (decimal): -3828299 or 11900357. OLE color: 11900357.
HSL color Cylindrical-coordinate representation of color #C595B5: hue angle of 320º 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 #C595B5 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 181 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.23 |
| HSL | 320º | 0.29% | 0.68% | - |
| HSV(B) | 320º | 0.24% | 0.77% | - |
| XYZ | 42.11 | 36.7 | 48.58 | - |
| YUV | 167 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 181 | 0 | 0.24 | 0.08 | 0.23 | 320 | 0.29 | 0.68 |
| Hex | C5 | 95 | B5 | 0 | 18 | 8 | 17 | 140 | 1D | 44 |
| Octal | 305 | 225 | 265 | 0 | 30 | 10 | 27 | 500 | 35 | 104 |
| Binary | 11000101 | 10010101 | 10110101 | 0 | 11000 | 1000 | 10111 | 101000000 | 11101 | 1000100 |
Color Harmonies of #C595B5
Complementary color
Monochromatic Colors of #C595B5
Black with #C595B5
Text Example
Text Example
White with #C595B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C595B5; }
p { color: rgb(197,149,181); }
H1.HeaderClassName
{
color: #C595B5;
}
.AnyTagClassName
{
color: #C595B5;
}
</style>
background-color css
<style>
a { background-color: #C595B5; }
a { background-color: rgb(197,149,181); }
div.DivClassName
{
background-color: #C595B5;
}
.BgClassName
{
background-color: #C595B5;
}
</style>
border-color css
<style>
span { border-color: #C595B5; }
span { border-color: rgb(197,149,181); }
td.TdClassName
{
border-color: #C595B5;
}
.TagClassName
{
border-color: #C595B5;
}
</style>