Shades of Lily #CBA0AF
Tints of Lily #CBA0AF
RGB
CMYK
RGB Variations
Color information
#CBA0AF (or 0xCBA0AF) is known color: Lily. HEX triplet: CB, A0 and AF. RGB value is (203,160,175). Sum of RGB (Red+Green+Blue) = 203+160+175=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 175 (68.75% from 255 or 32.53% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA0AF is #345F50. Grayscale: #AEAEAE. Windows color (decimal): -3432273 or 11509963. OLE color: 11509963.
HSL color Cylindrical-coordinate representation of color #CBA0AF: hue angle of 339.07º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA0AF is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 175 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.20 |
| HSL | 339.07º | 0.29% | 0.71% | - |
| HSV(B) | 339.07º | 0.21% | 0.8% | - |
| XYZ | 44.94 | 40.93 | 46.09 | - |
| YUV | 174.57 | 128.25 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 175 | 0 | 0.21 | 0.14 | 0.20 | 339.07 | 0.29 | 0.71 |
| Hex | CB | A0 | AF | 0 | 15 | E | 14 | 153 | 1D | 47 |
| Octal | 313 | 240 | 257 | 0 | 25 | 16 | 24 | 523 | 35 | 107 |
| Binary | 11001011 | 10100000 | 10101111 | 0 | 10101 | 1110 | 10100 | 101010011 | 11101 | 1000111 |
Color Harmonies of #CBA0AF
Complementary color
Monochromatic Colors of #CBA0AF
Black with #CBA0AF
Text Example
Text Example
White with #CBA0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA0AF; }
p { color: rgb(203,160,175); }
H1.HeaderClassName
{
color: #CBA0AF;
}
.AnyTagClassName
{
color: #CBA0AF;
}
</style>
background-color css
<style>
a { background-color: #CBA0AF; }
a { background-color: rgb(203,160,175); }
div.DivClassName
{
background-color: #CBA0AF;
}
.BgClassName
{
background-color: #CBA0AF;
}
</style>
border-color css
<style>
span { border-color: #CBA0AF; }
span { border-color: rgb(203,160,175); }
td.TdClassName
{
border-color: #CBA0AF;
}
.TagClassName
{
border-color: #CBA0AF;
}
</style>