#CB95B5

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

Shades of Lily #CB95B5

Tints of Lily #CB95B5

Color information

#CB95B5 (or 0xCB95B5) is unknown color: approx Lily. HEX triplet: CB, 95 and B5. RGB value is (203,149,181). Sum of RGB (Red+Green+Blue) = 203+149+181=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB95B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB95B5 is #346A4A. Grayscale: #A8A8A8. Windows color (decimal): -3435083 or 11900363. OLE color: 11900363.

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

Color convert

RGB203149181-
CMYK00.270.110.20
HSL324.44º34.18%69.02%-
HSV(B)324.44º26.6%79.61%-
XYZ43.7237.5348.66-
YUV168.79134.89152.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 181 (71.09% from 255) = 33.96%
R=38.09%
G=27.95%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314918100.270.110.20324.4434.1869.02
HexCB95B501BB141442245
Octal313225265033132450442105
Binary1100101110010101101101010110111011101001010001001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB95B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB95B5; }

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

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

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

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

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

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

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

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