Shades of Lily #CB8FAF
Tints of Lily #CB8FAF
RGB
CMYK
RGB Variations
Color information
#CB8FAF (or 0xCB8FAF) is known color: Lily. HEX triplet: CB, 8F and AF. RGB value is (203,143,175). Sum of RGB (Red+Green+Blue) = 203+143+175=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8FAF is #347050. Grayscale: #A4A4A4. Windows color (decimal): -3436625 or 11505611. OLE color: 11505611.
HSL color Cylindrical-coordinate representation of color #CB8FAF: hue angle of 328º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FAF is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 143 | 175 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.20 |
| HSL | 328º | 0.37% | 0.68% | - |
| HSV(B) | 328º | 0.3% | 0.8% | - |
| XYZ | 42.19 | 35.44 | 45.17 | - |
| YUV | 164.59 | 133.88 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 143 | 175 | 0 | 0.30 | 0.14 | 0.20 | 328 | 0.37 | 0.68 |
| Hex | CB | 8F | AF | 0 | 1E | E | 14 | 148 | 25 | 44 |
| Octal | 313 | 217 | 257 | 0 | 36 | 16 | 24 | 510 | 45 | 104 |
| Binary | 11001011 | 10001111 | 10101111 | 0 | 11110 | 1110 | 10100 | 101001000 | 100101 | 1000100 |
Color Harmonies of #CB8FAF
Complementary color
Monochromatic Colors of #CB8FAF
Black with #CB8FAF
Text Example
Text Example
White with #CB8FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8FAF; }
p { color: rgb(203,143,175); }
H1.HeaderClassName
{
color: #CB8FAF;
}
.AnyTagClassName
{
color: #CB8FAF;
}
</style>
background-color css
<style>
a { background-color: #CB8FAF; }
a { background-color: rgb(203,143,175); }
div.DivClassName
{
background-color: #CB8FAF;
}
.BgClassName
{
background-color: #CB8FAF;
}
</style>
border-color css
<style>
span { border-color: #CB8FAF; }
span { border-color: rgb(203,143,175); }
td.TdClassName
{
border-color: #CB8FAF;
}
.TagClassName
{
border-color: #CB8FAF;
}
</style>