#CB93BC

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

Shades of Lily #CB93BC

Tints of Lily #CB93BC

Color information

#CB93BC (or 0xCB93BC) is unknown color: approx Lily. HEX triplet: CB, 93 and BC. RGB value is (203,147,188). Sum of RGB (Red+Green+Blue) = 203+147+188=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 147 (57.81% from 255 or 27.32% from 538); Blue value is 188 (73.83% from 255 or 34.94% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93BC is #346C43. Grayscale: #A8A8A8. Windows color (decimal): -3435588 or 12358603. OLE color: 12358603.

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

Color convert

RGB203147188-
CMYK00.280.070.20
HSL316.07º35%68.63%-
HSV(B)316.07º27.59%79.61%-
XYZ44.1437.1952.43-
YUV168.42139.05152.67-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 147 (57.81% from 255) = 27.32%
BLUE value IS 188 (73.83% from 255) = 34.94%
R=37.73%
G=27.32%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314718800.280.070.20316.073568.63
HexCB93BC01C71413c2345
Octal31322327403472447443105
Binary110010111001001110111100011100111101001001111001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93BC; }

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

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

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

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

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

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

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

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