#CB88B5

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

Shades of Lily #CB88B5

Tints of Lily #CB88B5

Color information

#CB88B5 (or 0xCB88B5) is unknown color: approx Lily. HEX triplet: CB, 88 and B5. RGB value is (203,136,181). Sum of RGB (Red+Green+Blue) = 203+136+181=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 203 - color contains mainly: red. Hex color #CB88B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB88B5 is #34774A. Grayscale: #A1A1A1. Windows color (decimal): -3438411 or 11897035. OLE color: 11897035.

HSL color Cylindrical-coordinate representation of color #CB88B5: hue angle of 319.7º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB88B5 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB203136181-
CMYK00.330.110.20
HSL319.7º39.18%66.47%-
HSV(B)319.7º33%79.61%-
XYZ41.7733.6448.01-
YUV161.16139.2157.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 181 (71.09% from 255) = 34.81%
R=39.04%
G=26.15%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313618100.330.110.20319.739.1866.47
HexCB88B5021B141402742
Octal313210265041132450047102
Binary11001011100010001011010101000011011101001010000001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB88B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB88B5; }

 p { color: rgb(203,136,181); }

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

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

 a { background-color: rgb(203,136,181); }

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

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

 span { border-color: rgb(203,136,181); }

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