Shades of Lily #C2ABB6
Tints of Lily #C2ABB6
RGB
CMYK
RGB Variations
Color information
#C2ABB6 (or 0xC2ABB6) is known color: Lily. HEX triplet: C2, AB and B6. RGB value is (194,171,182). Sum of RGB (Red+Green+Blue) = 194+171+182=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 171 (67.19% from 255 or 31.26% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABB6 is #3D5449. Grayscale: #B3B3B3. Windows color (decimal): -4019274 or 11971522. OLE color: 11971522.
HSL color Cylindrical-coordinate representation of color #C2ABB6: hue angle of 331.3º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABB6 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 171 | 182 | - |
CMYK | 0 | 0.12 | 0.06 | 0.24 |
HSL | 331.3º | 0.16% | 0.72% | - |
HSV(B) | 331.3º | 0.12% | 0.76% | - |
XYZ | 45.25 | 43.97 | 50.36 | - |
YUV | 179.13 | 129.62 | 138.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 171 | 182 | 0 | 0.12 | 0.06 | 0.24 | 331.3 | 0.16 | 0.72 |
Hex | C2 | AB | B6 | 0 | C | 6 | 18 | 14B | 10 | 48 |
Octal | 302 | 253 | 266 | 0 | 14 | 6 | 30 | 513 | 20 | 110 |
Binary | 11000010 | 10101011 | 10110110 | 0 | 1100 | 110 | 11000 | 101001011 | 10000 | 1001000 |
Color Harmonies of #C2ABB6
Complementary color
Monochromatic Colors of #C2ABB6
Black with #C2ABB6
Text Example
Text Example
White with #C2ABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABB6; }
p { color: rgb(194,171,182); }
H1.HeaderClassName
{
color: #C2ABB6;
}
.AnyTagClassName
{
color: #C2ABB6;
}
</style>
background-color css
<style>
a { background-color: #C2ABB6; }
a { background-color: rgb(194,171,182); }
div.DivClassName
{
background-color: #C2ABB6;
}
.BgClassName
{
background-color: #C2ABB6;
}
</style>
border-color css
<style>
span { border-color: #C2ABB6; }
span { border-color: rgb(194,171,182); }
td.TdClassName
{
border-color: #C2ABB6;
}
.TagClassName
{
border-color: #C2ABB6;
}
</style>