#CB91AD

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

Shades of Lily #CB91AD

Tints of Lily #CB91AD

Color information

#CB91AD (or 0xCB91AD) is unknown color: approx Lily. HEX triplet: CB, 91 and AD. RGB value is (203,145,173). Sum of RGB (Red+Green+Blue) = 203+145+173=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB91AD is #346E52. Grayscale: #A5A5A5. Windows color (decimal): -3436115 or 11375051. OLE color: 11375051.

HSL color Cylindrical-coordinate representation of color #CB91AD: hue angle of 331.03º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB91AD is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203145173-
CMYK00.290.150.20
HSL331.03º35.8%68.24%-
HSV(B)331.03º28.57%79.61%-
XYZ42.335.9644.25-
YUV165.53132.22154.72-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 173 (67.97% from 255) = 33.21%
R=38.96%
G=27.83%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314517300.290.150.20331.0335.868.24
HexCB91AD01DF1414b2444
Octal313221255035172451344104
Binary1100101110010001101011010111011111101001010010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91AD; }

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

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

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

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

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

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

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

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