Shades of Lily #C2A8B5
Tints of Lily #C2A8B5
RGB
CMYK
RGB Variations
Color information
#C2A8B5 (or 0xC2A8B5) is known color: Lily. HEX triplet: C2, A8 and B5. RGB value is (194,168,181). Sum of RGB (Red+Green+Blue) = 194+168+181=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 168 (66.02% from 255 or 30.94% from 543); Blue value is 181 (71.09% from 255 or 33.33% from 543); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8B5 is #3D574A. Grayscale: #B1B1B1. Windows color (decimal): -4020043 or 11905218. OLE color: 11905218.
HSL color Cylindrical-coordinate representation of color #C2A8B5: hue angle of 330º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2A8B5 is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 168 | 181 | - |
CMYK | 0 | 0.13 | 0.07 | 0.24 |
HSL | 330º | 0.18% | 0.71% | - |
HSV(B) | 330º | 0.13% | 0.76% | - |
XYZ | 44.59 | 42.81 | 49.63 | - |
YUV | 177.26 | 130.11 | 139.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 168 | 181 | 0 | 0.13 | 0.07 | 0.24 | 330 | 0.18 | 0.71 |
Hex | C2 | A8 | B5 | 0 | D | 7 | 18 | 14A | 12 | 47 |
Octal | 302 | 250 | 265 | 0 | 15 | 7 | 30 | 512 | 22 | 107 |
Binary | 11000010 | 10101000 | 10110101 | 0 | 1101 | 111 | 11000 | 101001010 | 10010 | 1000111 |
Color Harmonies of #C2A8B5
Complementary color
Monochromatic Colors of #C2A8B5
Black with #C2A8B5
Text Example
Text Example
White with #C2A8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A8B5; }
p { color: rgb(194,168,181); }
H1.HeaderClassName
{
color: #C2A8B5;
}
.AnyTagClassName
{
color: #C2A8B5;
}
</style>
background-color css
<style>
a { background-color: #C2A8B5; }
a { background-color: rgb(194,168,181); }
div.DivClassName
{
background-color: #C2A8B5;
}
.BgClassName
{
background-color: #C2A8B5;
}
</style>
border-color css
<style>
span { border-color: #C2A8B5; }
span { border-color: rgb(194,168,181); }
td.TdClassName
{
border-color: #C2A8B5;
}
.TagClassName
{
border-color: #C2A8B5;
}
</style>