#CBA1BA

Color #CBA1BA Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #CBA1BA

Tints of Lily #CBA1BA

Color information

#CBA1BA (or 0xCBA1BA) is unknown color: approx Lily. HEX triplet: CB, A1 and BA. RGB value is (203,161,186). Sum of RGB (Red+Green+Blue) = 203+161+186=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 161 (63.28% from 255 or 29.27% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1BA is #345E45. Grayscale: #B0B0B0. Windows color (decimal): -3432006 or 12231115. OLE color: 12231115.

HSL color Cylindrical-coordinate representation of color #CBA1BA: hue angle of 324.29º 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 #CBA1BA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203161186-
CMYK00.210.080.20
HSL324.29º28.77%71.37%-
HSV(B)324.29º20.69%79.61%-
XYZ46.2441.7352.07-
YUV176.41133.41146.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 161 (63.28% from 255) = 29.27%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=36.91%
G=29.27%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316118600.210.080.20324.2928.7771.37
HexCBA1BA0158141441d47
Octal313241272025102450435107
Binary110010111010000110111010010101100010100101000100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1BA; }

 p { color: rgb(203,161,186); }

 H1.HeaderClassName
 {
   color: #CBA1BA;
 }
 .AnyTagClassName
 {
   color: #CBA1BA;
 }
</style>
background-color css

<style>
 a { background-color: #CBA1BA; }

 a { background-color: rgb(203,161,186); }

 div.DivClassName
 {
   background-color: #CBA1BA;
 }
 .BgClassName
 {
   background-color: #CBA1BA;
 }
</style>
border-color css

<style>
 span { border-color: #CBA1BA; }

 span { border-color: rgb(203,161,186); }

 td.TdClassName
 {
   border-color: #CBA1BA;
 }
 .TagClassName
 {
   border-color: #CBA1BA;
 }
</style>