Shades of Lily #CC8FBA
Tints of Lily #CC8FBA
RGB
CMYK
RGB Variations
Color information
#CC8FBA (or 0xCC8FBA) is known color: Lily. HEX triplet: CC, 8F and BA. RGB value is (204,143,186). Sum of RGB (Red+Green+Blue) = 204+143+186=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 186 (73.05% from 255 or 34.90% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FBA is #337045. Grayscale: #A6A6A6. Windows color (decimal): -3371078 or 12226508. OLE color: 12226508.
HSL color Cylindrical-coordinate representation of color #CC8FBA: hue angle of 317.7º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8FBA is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 186 | - |
| CMYK | 0 | 0.30 | 0.09 | 0.2 |
| HSL | 317.7º | 0.37% | 0.68% | - |
| HSV(B) | 317.7º | 0.3% | 0.8% | - |
| XYZ | 43.59 | 36.03 | 51.11 | - |
| YUV | 166.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 186 | 0 | 0.30 | 0.09 | 0.2 | 317.7 | 0.37 | 0.68 |
| Hex | CC | 8F | BA | 0 | 1E | 9 | 14 | 13E | 25 | 44 |
| Octal | 314 | 217 | 272 | 0 | 36 | 11 | 24 | 476 | 45 | 104 |
| Binary | 11001100 | 10001111 | 10111010 | 0 | 11110 | 1001 | 10100 | 100111110 | 100101 | 1000100 |
Color Harmonies of #CC8FBA
Complementary color
Monochromatic Colors of #CC8FBA
Black with #CC8FBA
Text Example
Text Example
White with #CC8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8FBA; }
p { color: rgb(204,143,186); }
H1.HeaderClassName
{
color: #CC8FBA;
}
.AnyTagClassName
{
color: #CC8FBA;
}
</style>
background-color css
<style>
a { background-color: #CC8FBA; }
a { background-color: rgb(204,143,186); }
div.DivClassName
{
background-color: #CC8FBA;
}
.BgClassName
{
background-color: #CC8FBA;
}
</style>
border-color css
<style>
span { border-color: #CC8FBA; }
span { border-color: rgb(204,143,186); }
td.TdClassName
{
border-color: #CC8FBA;
}
.TagClassName
{
border-color: #CC8FBA;
}
</style>