Shades of Lily #C08FAD
Tints of Lily #C08FAD
RGB
CMYK
RGB Variations
Color information
#C08FAD (or 0xC08FAD) is known color: Lily. HEX triplet: C0, 8F and AD. RGB value is (192,143,173). Sum of RGB (Red+Green+Blue) = 192+143+173=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08FAD is #3F7052. Grayscale: #A0A0A0. Windows color (decimal): -4157523 or 11374528. OLE color: 11374528.
HSL color Cylindrical-coordinate representation of color #C08FAD: hue angle of 323.27º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08FAD is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 173 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.25 |
| HSL | 323.27º | 0.28% | 0.66% | - |
| HSV(B) | 323.27º | 0.26% | 0.75% | - |
| XYZ | 39.1 | 33.87 | 44.01 | - |
| YUV | 161.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 173 | 0 | 0.26 | 0.10 | 0.25 | 323.27 | 0.28 | 0.66 |
| Hex | C0 | 8F | AD | 0 | 1A | A | 19 | 143 | 1C | 42 |
| Octal | 300 | 217 | 255 | 0 | 32 | 12 | 31 | 503 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10101101 | 0 | 11010 | 1010 | 11001 | 101000011 | 11100 | 1000010 |
Color Harmonies of #C08FAD
Complementary color
Monochromatic Colors of #C08FAD
Black with #C08FAD
Text Example
Text Example
White with #C08FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FAD; }
p { color: rgb(192,143,173); }
H1.HeaderClassName
{
color: #C08FAD;
}
.AnyTagClassName
{
color: #C08FAD;
}
</style>
background-color css
<style>
a { background-color: #C08FAD; }
a { background-color: rgb(192,143,173); }
div.DivClassName
{
background-color: #C08FAD;
}
.BgClassName
{
background-color: #C08FAD;
}
</style>
border-color css
<style>
span { border-color: #C08FAD; }
span { border-color: rgb(192,143,173); }
td.TdClassName
{
border-color: #C08FAD;
}
.TagClassName
{
border-color: #C08FAD;
}
</style>