Shades of Lily #C4AEB7
Tints of Lily #C4AEB7
RGB
CMYK
RGB Variations
Color information
#C4AEB7 (or 0xC4AEB7) is known color: Lily. HEX triplet: C4, AE and B7. RGB value is (196,174,183). Sum of RGB (Red+Green+Blue) = 196+174+183=553 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.44% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 183 (71.88% from 255 or 33.09% from 553); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEB7 is #3B5148. Grayscale: #B5B5B5. Windows color (decimal): -3887433 or 12037828. OLE color: 12037828.
HSL color Cylindrical-coordinate representation of color #C4AEB7: hue angle of 335.45º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AEB7 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 174 | 183 | - |
CMYK | 0 | 0.11 | 0.07 | 0.23 |
HSL | 335.45º | 0.16% | 0.73% | - |
HSV(B) | 335.45º | 0.11% | 0.77% | - |
XYZ | 46.45 | 45.43 | 51.12 | - |
YUV | 181.6 | 128.79 | 138.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 174 | 183 | 0 | 0.11 | 0.07 | 0.23 | 335.45 | 0.16 | 0.73 |
Hex | C4 | AE | B7 | 0 | B | 7 | 17 | 14F | 10 | 49 |
Octal | 304 | 256 | 267 | 0 | 13 | 7 | 27 | 517 | 20 | 111 |
Binary | 11000100 | 10101110 | 10110111 | 0 | 1011 | 111 | 10111 | 101001111 | 10000 | 1001001 |
Color Harmonies of #C4AEB7
Complementary color
Monochromatic Colors of #C4AEB7
Black with #C4AEB7
Text Example
Text Example
White with #C4AEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEB7; }
p { color: rgb(196,174,183); }
H1.HeaderClassName
{
color: #C4AEB7;
}
.AnyTagClassName
{
color: #C4AEB7;
}
</style>
background-color css
<style>
a { background-color: #C4AEB7; }
a { background-color: rgb(196,174,183); }
div.DivClassName
{
background-color: #C4AEB7;
}
.BgClassName
{
background-color: #C4AEB7;
}
</style>
border-color css
<style>
span { border-color: #C4AEB7; }
span { border-color: rgb(196,174,183); }
td.TdClassName
{
border-color: #C4AEB7;
}
.TagClassName
{
border-color: #C4AEB7;
}
</style>