Shades of Lily #C08CAB
Tints of Lily #C08CAB
RGB
CMYK
RGB Variations
Color information
#C08CAB (or 0xC08CAB) is known color: Lily. HEX triplet: C0, 8C and AB. RGB value is (192,140,171). Sum of RGB (Red+Green+Blue) = 192+140+171=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 192 - color contains mainly: red. Hex color #C08CAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08CAB is #3F7354. Grayscale: #9F9F9F. Windows color (decimal): -4158293 or 11242688. OLE color: 11242688.
HSL color Cylindrical-coordinate representation of color #C08CAB: hue angle of 324.23º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08CAB is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 140 | 171 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.25 |
| HSL | 324.23º | 0.29% | 0.65% | - |
| HSV(B) | 324.23º | 0.27% | 0.75% | - |
| XYZ | 38.47 | 32.9 | 42.85 | - |
| YUV | 159.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 140 | 171 | 0 | 0.27 | 0.11 | 0.25 | 324.23 | 0.29 | 0.65 |
| Hex | C0 | 8C | AB | 0 | 1B | B | 19 | 144 | 1D | 41 |
| Octal | 300 | 214 | 253 | 0 | 33 | 13 | 31 | 504 | 35 | 101 |
| Binary | 11000000 | 10001100 | 10101011 | 0 | 11011 | 1011 | 11001 | 101000100 | 11101 | 1000001 |
Color Harmonies of #C08CAB
Complementary color
Monochromatic Colors of #C08CAB
Black with #C08CAB
Text Example
Text Example
White with #C08CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08CAB; }
p { color: rgb(192,140,171); }
H1.HeaderClassName
{
color: #C08CAB;
}
.AnyTagClassName
{
color: #C08CAB;
}
</style>
background-color css
<style>
a { background-color: #C08CAB; }
a { background-color: rgb(192,140,171); }
div.DivClassName
{
background-color: #C08CAB;
}
.BgClassName
{
background-color: #C08CAB;
}
</style>
border-color css
<style>
span { border-color: #C08CAB; }
span { border-color: rgb(192,140,171); }
td.TdClassName
{
border-color: #C08CAB;
}
.TagClassName
{
border-color: #C08CAB;
}
</style>