#CB96BA

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

Shades of Lily #CB96BA

Tints of Lily #CB96BA

Color information

#CB96BA (or 0xCB96BA) is unknown color: approx Lily. HEX triplet: CB, 96 and BA. RGB value is (203,150,186). Sum of RGB (Red+Green+Blue) = 203+150+186=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 150 (58.98% from 255 or 27.83% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96BA is #346945. Grayscale: #A9A9A9. Windows color (decimal): -3434822 or 12228299. OLE color: 12228299.

HSL color Cylindrical-coordinate representation of color #CB96BA: hue angle of 319.25º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96BA is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203150186-
CMYK00.260.080.20
HSL319.25º33.76%69.22%-
HSV(B)319.25º26.11%79.61%-
XYZ44.438.0551.46-
YUV169.95137.06151.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 150 (58.98% from 255) = 27.83%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=37.66%
G=27.83%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315018600.260.080.20319.2533.7669.22
HexCB96BA01A81413f2245
Octal313226272032102447742105
Binary1100101110010110101110100110101000101001001111111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96BA; }

 p { color: rgb(203,150,186); }

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

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

 a { background-color: rgb(203,150,186); }

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

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

 span { border-color: rgb(203,150,186); }

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