Shades of Lily #CBA8B4
Tints of Lily #CBA8B4
RGB
CMYK
RGB Variations
Color information
#CBA8B4 (or 0xCBA8B4) is known color: Lily. HEX triplet: CB, A8 and B4. RGB value is (203,168,180). Sum of RGB (Red+Green+Blue) = 203+168+180=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 180 (70.70% from 255 or 32.67% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA8B4 is #34574B. Grayscale: #B3B3B3. Windows color (decimal): -3430220 or 11839691. OLE color: 11839691.
HSL color Cylindrical-coordinate representation of color #CBA8B4: hue angle of 339.43º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBA8B4 is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 180 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.20 |
| HSL | 339.43º | 0.25% | 0.73% | - |
| HSV(B) | 339.43º | 0.17% | 0.8% | - |
| XYZ | 46.87 | 44 | 49.2 | - |
| YUV | 179.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 180 | 0 | 0.17 | 0.11 | 0.20 | 339.43 | 0.25 | 0.73 |
| Hex | CB | A8 | B4 | 0 | 11 | B | 14 | 153 | 19 | 49 |
| Octal | 313 | 250 | 264 | 0 | 21 | 13 | 24 | 523 | 31 | 111 |
| Binary | 11001011 | 10101000 | 10110100 | 0 | 10001 | 1011 | 10100 | 101010011 | 11001 | 1001001 |
Color Harmonies of #CBA8B4
Complementary color
Monochromatic Colors of #CBA8B4
Black with #CBA8B4
Text Example
Text Example
White with #CBA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA8B4; }
p { color: rgb(203,168,180); }
H1.HeaderClassName
{
color: #CBA8B4;
}
.AnyTagClassName
{
color: #CBA8B4;
}
</style>
background-color css
<style>
a { background-color: #CBA8B4; }
a { background-color: rgb(203,168,180); }
div.DivClassName
{
background-color: #CBA8B4;
}
.BgClassName
{
background-color: #CBA8B4;
}
</style>
border-color css
<style>
span { border-color: #CBA8B4; }
span { border-color: rgb(203,168,180); }
td.TdClassName
{
border-color: #CBA8B4;
}
.TagClassName
{
border-color: #CBA8B4;
}
</style>