Shades of Lily #CA92B5
Tints of Lily #CA92B5
RGB
CMYK
RGB Variations
Color information
#CA92B5 (or 0xCA92B5) is known color: Lily. HEX triplet: CA, 92 and B5. RGB value is (202,146,181). Sum of RGB (Red+Green+Blue) = 202+146+181=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA92B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92B5 is #356D4A. Grayscale: #A6A6A6. Windows color (decimal): -3501387 or 11899594. OLE color: 11899594.
HSL color Cylindrical-coordinate representation of color #CA92B5: hue angle of 322.5º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA92B5 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 146 | 181 | - |
CMYK | 0 | 0.28 | 0.10 | 0.21 |
HSL | 322.5º | 0.35% | 0.68% | - |
HSV(B) | 322.5º | 0.28% | 0.79% | - |
XYZ | 42.98 | 36.45 | 48.49 | - |
YUV | 166.73 | 136.05 | 153.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 146 | 181 | 0 | 0.28 | 0.10 | 0.21 | 322.5 | 0.35 | 0.68 |
Hex | CA | 92 | B5 | 0 | 1C | A | 15 | 142 | 23 | 44 |
Octal | 312 | 222 | 265 | 0 | 34 | 12 | 25 | 502 | 43 | 104 |
Binary | 11001010 | 10010010 | 10110101 | 0 | 11100 | 1010 | 10101 | 101000010 | 100011 | 1000100 |
Color Harmonies of #CA92B5
Complementary color
Monochromatic Colors of #CA92B5
Black with #CA92B5
Text Example
Text Example
White with #CA92B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92B5; }
p { color: rgb(202,146,181); }
H1.HeaderClassName
{
color: #CA92B5;
}
.AnyTagClassName
{
color: #CA92B5;
}
</style>
background-color css
<style>
a { background-color: #CA92B5; }
a { background-color: rgb(202,146,181); }
div.DivClassName
{
background-color: #CA92B5;
}
.BgClassName
{
background-color: #CA92B5;
}
</style>
border-color css
<style>
span { border-color: #CA92B5; }
span { border-color: rgb(202,146,181); }
td.TdClassName
{
border-color: #CA92B5;
}
.TagClassName
{
border-color: #CA92B5;
}
</style>