#CB90AE

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

Shades of Lily #CB90AE

Tints of Lily #CB90AE

Color information

#CB90AE (or 0xCB90AE) is unknown color: approx Lily. HEX triplet: CB, 90 and AE. RGB value is (203,144,174). Sum of RGB (Red+Green+Blue) = 203+144+174=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB90AE is #346F51. Grayscale: #A5A5A5. Windows color (decimal): -3436370 or 11440331. OLE color: 11440331.

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

Color convert

RGB203144174-
CMYK00.290.140.20
HSL329.49º36.2%68.04%-
HSV(B)329.49º29.06%79.61%-
XYZ42.2435.744.71-
YUV165.06133.05155.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=38.96%
G=27.64%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314417400.290.140.20329.4936.268.04
HexCB90AE01DE141492444
Octal313220256035162451144104
Binary1100101110010000101011100111011110101001010010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90AE; }

 p { color: rgb(203,144,174); }

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

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

 a { background-color: rgb(203,144,174); }

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

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

 span { border-color: rgb(203,144,174); }

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