Shades of Lily #CC85B9
Tints of Lily #CC85B9
RGB
CMYK
RGB Variations
Color information
#CC85B9 (or 0xCC85B9) is known color: Lily. HEX triplet: CC, 85 and B9. RGB value is (204,133,185). Sum of RGB (Red+Green+Blue) = 204+133+185=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85B9 is #337A46. Grayscale: #A0A0A0. Windows color (decimal): -3373639 or 12158412. OLE color: 12158412.
HSL color Cylindrical-coordinate representation of color #CC85B9: hue angle of 316.06º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85B9 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 185 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.2 |
| HSL | 316.06º | 0.41% | 0.66% | - |
| HSV(B) | 316.06º | 0.35% | 0.8% | - |
| XYZ | 42.05 | 33.12 | 50.07 | - |
| YUV | 160.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 185 | 0 | 0.35 | 0.09 | 0.2 | 316.06 | 0.41 | 0.66 |
| Hex | CC | 85 | B9 | 0 | 23 | 9 | 14 | 13C | 29 | 42 |
| Octal | 314 | 205 | 271 | 0 | 43 | 11 | 24 | 474 | 51 | 102 |
| Binary | 11001100 | 10000101 | 10111001 | 0 | 100011 | 1001 | 10100 | 100111100 | 101001 | 1000010 |
Color Harmonies of #CC85B9
Complementary color
Monochromatic Colors of #CC85B9
Black with #CC85B9
Text Example
Text Example
White with #CC85B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC85B9; }
p { color: rgb(204,133,185); }
H1.HeaderClassName
{
color: #CC85B9;
}
.AnyTagClassName
{
color: #CC85B9;
}
</style>
background-color css
<style>
a { background-color: #CC85B9; }
a { background-color: rgb(204,133,185); }
div.DivClassName
{
background-color: #CC85B9;
}
.BgClassName
{
background-color: #CC85B9;
}
</style>
border-color css
<style>
span { border-color: #CC85B9; }
span { border-color: rgb(204,133,185); }
td.TdClassName
{
border-color: #CC85B9;
}
.TagClassName
{
border-color: #CC85B9;
}
</style>