Shades of Lily #C08BAE
Tints of Lily #C08BAE
RGB
CMYK
RGB Variations
Color information
#C08BAE (or 0xC08BAE) is known color: Lily. HEX triplet: C0, 8B and AE. RGB value is (192,139,174). Sum of RGB (Red+Green+Blue) = 192+139+174=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 139 (54.69% from 255 or 27.52% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08BAE is #3F7451. Grayscale: #9E9E9E. Windows color (decimal): -4158546 or 11439040. OLE color: 11439040.
HSL color Cylindrical-coordinate representation of color #C08BAE: hue angle of 320.38º 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 #C08BAE is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 174 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.25 |
| HSL | 320.38º | 0.3% | 0.65% | - |
| HSV(B) | 320.38º | 0.28% | 0.75% | - |
| XYZ | 38.61 | 32.73 | 44.33 | - |
| YUV | 158.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 174 | 0 | 0.28 | 0.09 | 0.25 | 320.38 | 0.3 | 0.65 |
| Hex | C0 | 8B | AE | 0 | 1C | 9 | 19 | 140 | 1E | 41 |
| Octal | 300 | 213 | 256 | 0 | 34 | 11 | 31 | 500 | 36 | 101 |
| Binary | 11000000 | 10001011 | 10101110 | 0 | 11100 | 1001 | 11001 | 101000000 | 11110 | 1000001 |
Color Harmonies of #C08BAE
Complementary color
Monochromatic Colors of #C08BAE
Black with #C08BAE
Text Example
Text Example
White with #C08BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BAE; }
p { color: rgb(192,139,174); }
H1.HeaderClassName
{
color: #C08BAE;
}
.AnyTagClassName
{
color: #C08BAE;
}
</style>
background-color css
<style>
a { background-color: #C08BAE; }
a { background-color: rgb(192,139,174); }
div.DivClassName
{
background-color: #C08BAE;
}
.BgClassName
{
background-color: #C08BAE;
}
</style>
border-color css
<style>
span { border-color: #C08BAE; }
span { border-color: rgb(192,139,174); }
td.TdClassName
{
border-color: #C08BAE;
}
.TagClassName
{
border-color: #C08BAE;
}
</style>