#CB90BC

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

Shades of Lily #CB90BC

Tints of Lily #CB90BC

Color information

#CB90BC (or 0xCB90BC) is unknown color: approx Lily. HEX triplet: CB, 90 and BC. RGB value is (203,144,188). Sum of RGB (Red+Green+Blue) = 203+144+188=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 144 (56.64% from 255 or 26.92% from 535); Blue value is 188 (73.83% from 255 or 35.14% from 535); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90BC is #346F43. Grayscale: #A6A6A6. Windows color (decimal): -3436356 or 12357835. OLE color: 12357835.

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

Color convert

RGB203144188-
CMYK00.290.070.20
HSL315.25º36.2%68.04%-
HSV(B)315.25º29.06%79.61%-
XYZ43.6836.2752.28-
YUV166.66140.05153.92-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.94%
GREEN value IS 144 (56.64% from 255) = 26.92%
BLUE value IS 188 (73.83% from 255) = 35.14%
R=37.94%
G=26.92%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314418800.290.070.20315.2536.268.04
HexCB90BC01D71413b2444
Octal31322027403572447344104
Binary110010111001000010111100011101111101001001110111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90BC; }

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

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

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

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

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

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

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

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