Shades of Lily #C08BAF
Tints of Lily #C08BAF
RGB
CMYK
RGB Variations
Color information
#C08BAF (or 0xC08BAF) is known color: Lily. HEX triplet: C0, 8B and AF. RGB value is (192,139,175). Sum of RGB (Red+Green+Blue) = 192+139+175=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BAF is #3F7450. Grayscale: #9E9E9E. Windows color (decimal): -4158545 or 11504576. OLE color: 11504576.
HSL color Cylindrical-coordinate representation of color #C08BAF: hue angle of 319.25º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08BAF is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 175 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.25 |
| HSL | 319.25º | 0.3% | 0.65% | - |
| HSV(B) | 319.25º | 0.28% | 0.75% | - |
| XYZ | 38.71 | 32.77 | 44.84 | - |
| YUV | 158.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 175 | 0 | 0.28 | 0.09 | 0.25 | 319.25 | 0.3 | 0.65 |
| Hex | C0 | 8B | AF | 0 | 1C | 9 | 19 | 13F | 1E | 41 |
| Octal | 300 | 213 | 257 | 0 | 34 | 11 | 31 | 477 | 36 | 101 |
| Binary | 11000000 | 10001011 | 10101111 | 0 | 11100 | 1001 | 11001 | 100111111 | 11110 | 1000001 |
Color Harmonies of #C08BAF
Complementary color
Monochromatic Colors of #C08BAF
Black with #C08BAF
Text Example
Text Example
White with #C08BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BAF; }
p { color: rgb(192,139,175); }
H1.HeaderClassName
{
color: #C08BAF;
}
.AnyTagClassName
{
color: #C08BAF;
}
</style>
background-color css
<style>
a { background-color: #C08BAF; }
a { background-color: rgb(192,139,175); }
div.DivClassName
{
background-color: #C08BAF;
}
.BgClassName
{
background-color: #C08BAF;
}
</style>
border-color css
<style>
span { border-color: #C08BAF; }
span { border-color: rgb(192,139,175); }
td.TdClassName
{
border-color: #C08BAF;
}
.TagClassName
{
border-color: #C08BAF;
}
</style>