#CF95BE

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

Shades of Lily #CF95BE

Tints of Lily #CF95BE

Color information

#CF95BE (or 0xCF95BE) is unknown color: approx Lily. HEX triplet: CF, 95 and BE. RGB value is (207,149,190). Sum of RGB (Red+Green+Blue) = 207+149+190=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95BE is #306A41. Grayscale: #AAAAAA. Windows color (decimal): -3172930 or 12490191. OLE color: 12490191.

HSL color Cylindrical-coordinate representation of color #CF95BE: hue angle of 317.59º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF95BE is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB207149190-
CMYK00.280.080.19
HSL317.59º37.66%69.8%-
HSV(B)317.59º28.02%81.18%-
XYZ45.7738.4853.73-
YUV171.02138.72153.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 149 (58.59% from 255) = 27.29%
BLUE value IS 190 (74.61% from 255) = 34.80%
R=37.91%
G=27.29%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714919000.280.080.19317.5937.6669.8
HexCF95BE01C81313e2646
Octal317225276034102347646106
Binary1100111110010101101111100111001000100111001111101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95BE; }

 p { color: rgb(207,149,190); }

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

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

 a { background-color: rgb(207,149,190); }

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

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

 span { border-color: rgb(207,149,190); }

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