Shades of Lily #CBA6B5
Tints of Lily #CBA6B5
RGB
CMYK
RGB Variations
Color information
#CBA6B5 (or 0xCBA6B5) is known color: Lily. HEX triplet: CB, A6 and B5. RGB value is (203,166,181). Sum of RGB (Red+Green+Blue) = 203+166+181=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 166 (65.23% from 255 or 30.18% from 550); Blue value is 181 (71.09% from 255 or 32.91% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6B5 is #34594A. Grayscale: #B2B2B2. Windows color (decimal): -3430731 or 11904715. OLE color: 11904715.
HSL color Cylindrical-coordinate representation of color #CBA6B5: hue angle of 335.68º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6B5 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 166 | 181 | - |
CMYK | 0 | 0.18 | 0.11 | 0.20 |
HSL | 335.68º | 0.26% | 0.72% | - |
HSV(B) | 335.68º | 0.18% | 0.8% | - |
XYZ | 46.61 | 43.31 | 49.62 | - |
YUV | 178.77 | 129.26 | 145.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 166 | 181 | 0 | 0.18 | 0.11 | 0.20 | 335.68 | 0.26 | 0.72 |
Hex | CB | A6 | B5 | 0 | 12 | B | 14 | 150 | 1A | 48 |
Octal | 313 | 246 | 265 | 0 | 22 | 13 | 24 | 520 | 32 | 110 |
Binary | 11001011 | 10100110 | 10110101 | 0 | 10010 | 1011 | 10100 | 101010000 | 11010 | 1001000 |
Color Harmonies of #CBA6B5
Complementary color
Monochromatic Colors of #CBA6B5
Black with #CBA6B5
Text Example
Text Example
White with #CBA6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6B5; }
p { color: rgb(203,166,181); }
H1.HeaderClassName
{
color: #CBA6B5;
}
.AnyTagClassName
{
color: #CBA6B5;
}
</style>
background-color css
<style>
a { background-color: #CBA6B5; }
a { background-color: rgb(203,166,181); }
div.DivClassName
{
background-color: #CBA6B5;
}
.BgClassName
{
background-color: #CBA6B5;
}
</style>
border-color css
<style>
span { border-color: #CBA6B5; }
span { border-color: rgb(203,166,181); }
td.TdClassName
{
border-color: #CBA6B5;
}
.TagClassName
{
border-color: #CBA6B5;
}
</style>