Shades of Lily #CBA1B6
Tints of Lily #CBA1B6
RGB
CMYK
RGB Variations
Color information
#CBA1B6 (or 0xCBA1B6) is known color: Lily. HEX triplet: CB, A1 and B6. RGB value is (203,161,182). Sum of RGB (Red+Green+Blue) = 203+161+182=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 161 (63.28% from 255 or 29.49% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1B6 is #345E49. Grayscale: #AFAFAF. Windows color (decimal): -3432010 or 11968971. OLE color: 11968971.
HSL color Cylindrical-coordinate representation of color #CBA1B6: hue angle of 330º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA1B6 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 161 | 182 | - |
CMYK | 0 | 0.21 | 0.10 | 0.20 |
HSL | 330º | 0.29% | 0.71% | - |
HSV(B) | 330º | 0.21% | 0.8% | - |
XYZ | 45.82 | 41.56 | 49.86 | - |
YUV | 175.95 | 131.41 | 147.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 161 | 182 | 0 | 0.21 | 0.10 | 0.20 | 330 | 0.29 | 0.71 |
Hex | CB | A1 | B6 | 0 | 15 | A | 14 | 14A | 1D | 47 |
Octal | 313 | 241 | 266 | 0 | 25 | 12 | 24 | 512 | 35 | 107 |
Binary | 11001011 | 10100001 | 10110110 | 0 | 10101 | 1010 | 10100 | 101001010 | 11101 | 1000111 |
Color Harmonies of #CBA1B6
Complementary color
Monochromatic Colors of #CBA1B6
Black with #CBA1B6
Text Example
Text Example
White with #CBA1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1B6; }
p { color: rgb(203,161,182); }
H1.HeaderClassName
{
color: #CBA1B6;
}
.AnyTagClassName
{
color: #CBA1B6;
}
</style>
background-color css
<style>
a { background-color: #CBA1B6; }
a { background-color: rgb(203,161,182); }
div.DivClassName
{
background-color: #CBA1B6;
}
.BgClassName
{
background-color: #CBA1B6;
}
</style>
border-color css
<style>
span { border-color: #CBA1B6; }
span { border-color: rgb(203,161,182); }
td.TdClassName
{
border-color: #CBA1B6;
}
.TagClassName
{
border-color: #CBA1B6;
}
</style>