#CF95BA

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

Shades of Lily #CF95BA

Tints of Lily #CF95BA

Color information

#CF95BA (or 0xCF95BA) is unknown color: approx Lily. HEX triplet: CF, 95 and BA. RGB value is (207,149,186). Sum of RGB (Red+Green+Blue) = 207+149+186=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95BA is #306A45. Grayscale: #AAAAAA. Windows color (decimal): -3172934 or 12228047. OLE color: 12228047.

HSL color Cylindrical-coordinate representation of color #CF95BA: hue angle of 321.72º 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 #CF95BA is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207149186-
CMYK00.280.100.19
HSL321.72º37.66%69.8%-
HSV(B)321.72º28.02%81.18%-
XYZ45.3438.3151.46-
YUV170.56136.72153.99-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 149 (58.59% from 255) = 27.49%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=38.19%
G=27.49%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714918600.280.100.19321.7237.6669.8
HexCF95BA01CA131422646
Octal317225272034122350246106
Binary1100111110010101101110100111001010100111010000101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95BA; }

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

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

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

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

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

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

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

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