#CB93BA

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

Shades of Lily #CB93BA

Tints of Lily #CB93BA

Color information

#CB93BA (or 0xCB93BA) is unknown color: approx Lily. HEX triplet: CB, 93 and BA. RGB value is (203,147,186). Sum of RGB (Red+Green+Blue) = 203+147+186=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 186 (73.05% from 255 or 34.70% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93BA is #346C45. Grayscale: #A8A8A8. Windows color (decimal): -3435590 or 12227531. OLE color: 12227531.

HSL color Cylindrical-coordinate representation of color #CB93BA: hue angle of 318.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB93BA is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203147186-
CMYK00.280.080.20
HSL318.21º35%68.63%-
HSV(B)318.21º27.59%79.61%-
XYZ43.9337.1151.3-
YUV168.19138.05152.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.87%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 186 (73.05% from 255) = 34.70%
R=37.87%
G=27.43%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314718600.280.080.20318.213568.63
HexCB93BA01C81413e2345
Octal313223272034102447643105
Binary1100101110010011101110100111001000101001001111101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93BA; }

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

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

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

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

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

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

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

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