#CB93BB

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

Shades of Lily #CB93BB

Tints of Lily #CB93BB

Color information

#CB93BB (or 0xCB93BB) is unknown color: approx Lily. HEX triplet: CB, 93 and BB. RGB value is (203,147,187). Sum of RGB (Red+Green+Blue) = 203+147+187=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 187 (73.44% from 255 or 34.82% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93BB is #346C44. Grayscale: #A8A8A8. Windows color (decimal): -3435589 or 12293067. OLE color: 12293067.

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

Color convert

RGB203147187-
CMYK00.280.080.20
HSL317.14º35%68.63%-
HSV(B)317.14º27.59%79.61%-
XYZ44.0337.1551.86-
YUV168.3138.55152.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 187 (73.44% from 255) = 34.82%
R=37.80%
G=27.37%
B=34.82%

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
Decimal20314718700.280.080.20317.143568.63
HexCB93BB01C81413d2345
Octal313223273034102447543105
Binary1100101110010011101110110111001000101001001111011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93BB; }

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

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

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

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

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

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

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

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