#CF95B0

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

Shades of Lily #CF95B0

Tints of Lily #CF95B0

Color information

#CF95B0 (or 0xCF95B0) is unknown color: approx Lily. HEX triplet: CF, 95 and B0. RGB value is (207,149,176). Sum of RGB (Red+Green+Blue) = 207+149+176=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 176 (69.14% from 255 or 33.08% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF95B0 is #306A4F. Grayscale: #A9A9A9. Windows color (decimal): -3172944 or 11572687. OLE color: 11572687.

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

Color convert

RGB207149176-
CMYK00.280.150.19
HSL332.07º37.66%69.8%-
HSV(B)332.07º28.02%81.18%-
XYZ44.3237.8946.05-
YUV169.42131.72154.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 176 (69.14% from 255) = 33.08%
R=38.91%
G=28.01%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714917600.280.150.19332.0737.6669.8
HexCF95B001CF1314c2646
Octal317225260034172351446106
Binary1100111110010101101100000111001111100111010011001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95B0; }

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

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

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

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

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

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

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

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