#CB93AC

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

Shades of Lily #CB93AC

Tints of Lily #CB93AC

Color information

#CB93AC (or 0xCB93AC) is unknown color: approx Lily. HEX triplet: CB, 93 and AC. RGB value is (203,147,172). Sum of RGB (Red+Green+Blue) = 203+147+172=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 147 (57.81% from 255 or 28.16% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93AC is #346C53. Grayscale: #A6A6A6. Windows color (decimal): -3435604 or 11310027. OLE color: 11310027.

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

Color convert

RGB203147172-
CMYK00.280.150.20
HSL333.21º35%68.63%-
HSV(B)333.21º27.59%79.61%-
XYZ42.5136.5443.84-
YUV166.59131.05153.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 147 (57.81% from 255) = 28.16%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=38.89%
G=28.16%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314717200.280.150.20333.213568.63
HexCB93AC01CF1414d2345
Octal313223254034172451543105
Binary1100101110010011101011000111001111101001010011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93AC; }

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

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

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

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

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

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

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

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