Shades of Lily #C2ACB7
Tints of Lily #C2ACB7
RGB
CMYK
RGB Variations
Color information
#C2ACB7 (or 0xC2ACB7) is known color: Lily. HEX triplet: C2, AC and B7. RGB value is (194,172,183). Sum of RGB (Red+Green+Blue) = 194+172+183=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ACB7 is #3D5348. Grayscale: #B3B3B3. Windows color (decimal): -4019017 or 12037314. OLE color: 12037314.
HSL color Cylindrical-coordinate representation of color #C2ACB7: hue angle of 330º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ACB7 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 172 | 183 | - |
CMYK | 0 | 0.11 | 0.06 | 0.24 |
HSL | 330º | 0.15% | 0.72% | - |
HSV(B) | 330º | 0.11% | 0.76% | - |
XYZ | 45.55 | 44.39 | 50.97 | - |
YUV | 179.83 | 129.79 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 172 | 183 | 0 | 0.11 | 0.06 | 0.24 | 330 | 0.15 | 0.72 |
Hex | C2 | AC | B7 | 0 | B | 6 | 18 | 14A | F | 48 |
Octal | 302 | 254 | 267 | 0 | 13 | 6 | 30 | 512 | 17 | 110 |
Binary | 11000010 | 10101100 | 10110111 | 0 | 1011 | 110 | 11000 | 101001010 | 1111 | 1001000 |
Color Harmonies of #C2ACB7
Complementary color
Monochromatic Colors of #C2ACB7
Black with #C2ACB7
Text Example
Text Example
White with #C2ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACB7; }
p { color: rgb(194,172,183); }
H1.HeaderClassName
{
color: #C2ACB7;
}
.AnyTagClassName
{
color: #C2ACB7;
}
</style>
background-color css
<style>
a { background-color: #C2ACB7; }
a { background-color: rgb(194,172,183); }
div.DivClassName
{
background-color: #C2ACB7;
}
.BgClassName
{
background-color: #C2ACB7;
}
</style>
border-color css
<style>
span { border-color: #C2ACB7; }
span { border-color: rgb(194,172,183); }
td.TdClassName
{
border-color: #C2ACB7;
}
.TagClassName
{
border-color: #C2ACB7;
}
</style>