#CB93AD

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

Shades of Lily #CB93AD

Tints of Lily #CB93AD

Color information

#CB93AD (or 0xCB93AD) is unknown color: approx Lily. HEX triplet: CB, 93 and AD. RGB value is (203,147,173). Sum of RGB (Red+Green+Blue) = 203+147+173=523 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.81% from 523); Green value is 147 (57.81% from 255 or 28.11% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 203 - color contains mainly: red. Hex color #CB93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB93AD is #346C52. Grayscale: #A6A6A6. Windows color (decimal): -3435603 or 11375563. OLE color: 11375563.

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

Color convert

RGB203147173-
CMYK00.280.150.20
HSL332.14º35%68.63%-
HSV(B)332.14º27.59%79.61%-
XYZ42.6136.5844.35-
YUV166.71131.55153.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.81%
GREEN value IS 147 (57.81% from 255) = 28.11%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=38.81%
G=28.11%
B=33.08%

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
Decimal20314717300.280.150.20332.143568.63
HexCB93AD01CF1414c2345
Octal313223255034172451443105
Binary1100101110010011101011010111001111101001010011001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB93AD; }

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

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

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

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

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

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

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

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