Shades of Lily #CBA2B5
Tints of Lily #CBA2B5
RGB
CMYK
RGB Variations
Color information
#CBA2B5 (or 0xCBA2B5) is known color: Lily. HEX triplet: CB, A2 and B5. RGB value is (203,162,181). Sum of RGB (Red+Green+Blue) = 203+162+181=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 162 (63.67% from 255 or 29.67% from 546); Blue value is 181 (71.09% from 255 or 33.15% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2B5 is #345D4A. Grayscale: #B0B0B0. Windows color (decimal): -3431755 or 11903691. OLE color: 11903691.
HSL color Cylindrical-coordinate representation of color #CBA2B5: hue angle of 332.2º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA2B5 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 162 | 181 | - |
CMYK | 0 | 0.20 | 0.11 | 0.20 |
HSL | 332.2º | 0.28% | 0.72% | - |
HSV(B) | 332.2º | 0.2% | 0.8% | - |
XYZ | 45.89 | 41.87 | 49.38 | - |
YUV | 176.43 | 130.58 | 146.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 162 | 181 | 0 | 0.20 | 0.11 | 0.20 | 332.2 | 0.28 | 0.72 |
Hex | CB | A2 | B5 | 0 | 14 | B | 14 | 14C | 1C | 48 |
Octal | 313 | 242 | 265 | 0 | 24 | 13 | 24 | 514 | 34 | 110 |
Binary | 11001011 | 10100010 | 10110101 | 0 | 10100 | 1011 | 10100 | 101001100 | 11100 | 1001000 |
Color Harmonies of #CBA2B5
Complementary color
Monochromatic Colors of #CBA2B5
Black with #CBA2B5
Text Example
Text Example
White with #CBA2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2B5; }
p { color: rgb(203,162,181); }
H1.HeaderClassName
{
color: #CBA2B5;
}
.AnyTagClassName
{
color: #CBA2B5;
}
</style>
background-color css
<style>
a { background-color: #CBA2B5; }
a { background-color: rgb(203,162,181); }
div.DivClassName
{
background-color: #CBA2B5;
}
.BgClassName
{
background-color: #CBA2B5;
}
</style>
border-color css
<style>
span { border-color: #CBA2B5; }
span { border-color: rgb(203,162,181); }
td.TdClassName
{
border-color: #CBA2B5;
}
.TagClassName
{
border-color: #CBA2B5;
}
</style>