Shades of Lily #CBA2B2
Tints of Lily #CBA2B2
RGB
CMYK
RGB Variations
Color information
#CBA2B2 (or 0xCBA2B2) is known color: Lily. HEX triplet: CB, A2 and B2. RGB value is (203,162,178). Sum of RGB (Red+Green+Blue) = 203+162+178=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 178 (69.92% from 255 or 32.78% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA2B2 is #345D4D. Grayscale: #B0B0B0. Windows color (decimal): -3431758 or 11707083. OLE color: 11707083.
HSL color Cylindrical-coordinate representation of color #CBA2B2: hue angle of 336.59º 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 #CBA2B2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 162 | 178 | - |
CMYK | 0 | 0.20 | 0.12 | 0.20 |
HSL | 336.59º | 0.28% | 0.72% | - |
HSV(B) | 336.59º | 0.2% | 0.8% | - |
XYZ | 45.58 | 41.75 | 47.78 | - |
YUV | 176.08 | 129.08 | 147.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 162 | 178 | 0 | 0.20 | 0.12 | 0.20 | 336.59 | 0.28 | 0.72 |
Hex | CB | A2 | B2 | 0 | 14 | C | 14 | 151 | 1C | 48 |
Octal | 313 | 242 | 262 | 0 | 24 | 14 | 24 | 521 | 34 | 110 |
Binary | 11001011 | 10100010 | 10110010 | 0 | 10100 | 1100 | 10100 | 101010001 | 11100 | 1001000 |
Color Harmonies of #CBA2B2
Complementary color
Monochromatic Colors of #CBA2B2
Black with #CBA2B2
Text Example
Text Example
White with #CBA2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2B2; }
p { color: rgb(203,162,178); }
H1.HeaderClassName
{
color: #CBA2B2;
}
.AnyTagClassName
{
color: #CBA2B2;
}
</style>
background-color css
<style>
a { background-color: #CBA2B2; }
a { background-color: rgb(203,162,178); }
div.DivClassName
{
background-color: #CBA2B2;
}
.BgClassName
{
background-color: #CBA2B2;
}
</style>
border-color css
<style>
span { border-color: #CBA2B2; }
span { border-color: rgb(203,162,178); }
td.TdClassName
{
border-color: #CBA2B2;
}
.TagClassName
{
border-color: #CBA2B2;
}
</style>