Shades of Lily #C995B5
Tints of Lily #C995B5
RGB
CMYK
RGB Variations
Color information
#C995B5 (or 0xC995B5) is known color: Lily. HEX triplet: C9, 95 and B5. RGB value is (201,149,181). Sum of RGB (Red+Green+Blue) = 201+149+181=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 149 (58.59% from 255 or 28.06% from 531); Blue value is 181 (71.09% from 255 or 34.09% from 531); Max value from RGB is 201 - color contains mainly: red. Hex color #C995B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995B5 is #366A4A. Grayscale: #A8A8A8. Windows color (decimal): -3566155 or 11900361. OLE color: 11900361.
HSL color Cylindrical-coordinate representation of color #C995B5: hue angle of 323.08º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C995B5 is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 149 | 181 | - |
CMYK | 0 | 0.26 | 0.10 | 0.21 |
HSL | 323.08º | 0.33% | 0.69% | - |
HSV(B) | 323.08º | 0.26% | 0.79% | - |
XYZ | 43.18 | 37.25 | 48.63 | - |
YUV | 168.2 | 135.23 | 151.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 149 | 181 | 0 | 0.26 | 0.10 | 0.21 | 323.08 | 0.33 | 0.69 |
Hex | C9 | 95 | B5 | 0 | 1A | A | 15 | 143 | 20 | 45 |
Octal | 311 | 225 | 265 | 0 | 32 | 12 | 25 | 503 | 40 | 105 |
Binary | 11001001 | 10010101 | 10110101 | 0 | 11010 | 1010 | 10101 | 101000011 | 100000 | 1000101 |
Color Harmonies of #C995B5
Complementary color
Monochromatic Colors of #C995B5
Black with #C995B5
Text Example
Text Example
White with #C995B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995B5; }
p { color: rgb(201,149,181); }
H1.HeaderClassName
{
color: #C995B5;
}
.AnyTagClassName
{
color: #C995B5;
}
</style>
background-color css
<style>
a { background-color: #C995B5; }
a { background-color: rgb(201,149,181); }
div.DivClassName
{
background-color: #C995B5;
}
.BgClassName
{
background-color: #C995B5;
}
</style>
border-color css
<style>
span { border-color: #C995B5; }
span { border-color: rgb(201,149,181); }
td.TdClassName
{
border-color: #C995B5;
}
.TagClassName
{
border-color: #C995B5;
}
</style>