Shades of Lily #CC92AF
Tints of Lily #CC92AF
RGB
CMYK
RGB Variations
Color information
#CC92AF (or 0xCC92AF) is known color: Lily. HEX triplet: CC, 92 and AF. RGB value is (204,146,175). Sum of RGB (Red+Green+Blue) = 204+146+175=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC92AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC92AF is #336D50. Grayscale: #A6A6A6. Windows color (decimal): -3370321 or 11506380. OLE color: 11506380.
HSL color Cylindrical-coordinate representation of color #CC92AF: hue angle of 330º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC92AF is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 175 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.2 |
| HSL | 330º | 0.36% | 0.69% | - |
| HSV(B) | 330º | 0.28% | 0.8% | - |
| XYZ | 42.92 | 36.49 | 45.34 | - |
| YUV | 166.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 175 | 0 | 0.28 | 0.14 | 0.2 | 330 | 0.36 | 0.69 |
| Hex | CC | 92 | AF | 0 | 1C | E | 14 | 14A | 24 | 45 |
| Octal | 314 | 222 | 257 | 0 | 34 | 16 | 24 | 512 | 44 | 105 |
| Binary | 11001100 | 10010010 | 10101111 | 0 | 11100 | 1110 | 10100 | 101001010 | 100100 | 1000101 |
Color Harmonies of #CC92AF
Complementary color
Monochromatic Colors of #CC92AF
Black with #CC92AF
Text Example
Text Example
White with #CC92AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC92AF; }
p { color: rgb(204,146,175); }
H1.HeaderClassName
{
color: #CC92AF;
}
.AnyTagClassName
{
color: #CC92AF;
}
</style>
background-color css
<style>
a { background-color: #CC92AF; }
a { background-color: rgb(204,146,175); }
div.DivClassName
{
background-color: #CC92AF;
}
.BgClassName
{
background-color: #CC92AF;
}
</style>
border-color css
<style>
span { border-color: #CC92AF; }
span { border-color: rgb(204,146,175); }
td.TdClassName
{
border-color: #CC92AF;
}
.TagClassName
{
border-color: #CC92AF;
}
</style>