#CB96BE

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

Shades of Lily #CB96BE

Tints of Lily #CB96BE

Color information

#CB96BE (or 0xCB96BE) is unknown color: approx Lily. HEX triplet: CB, 96 and BE. RGB value is (203,150,190). Sum of RGB (Red+Green+Blue) = 203+150+190=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 150 (58.98% from 255 or 27.62% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96BE is #346941. Grayscale: #AAAAAA. Windows color (decimal): -3434818 or 12490443. OLE color: 12490443.

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

Color convert

RGB203150190-
CMYK00.260.060.20
HSL314.72º33.76%69.22%-
HSV(B)314.72º26.11%79.61%-
XYZ44.8338.2353.73-
YUV170.41139.06151.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 150 (58.98% from 255) = 27.62%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=37.38%
G=27.62%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315019000.260.060.20314.7233.7669.22
HexCB96BE01A61413b2245
Octal31322627603262447342105
Binary110010111001011010111110011010110101001001110111000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96BE; }

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

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

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

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

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

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

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

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