#CF96BC

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

Shades of Lily #CF96BC

Tints of Lily #CF96BC

Color information

#CF96BC (or 0xCF96BC) is unknown color: approx Lily. HEX triplet: CF, 96 and BC. RGB value is (207,150,188). Sum of RGB (Red+Green+Blue) = 207+150+188=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 150 (58.98% from 255 or 27.52% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF96BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF96BC is #306943. Grayscale: #ABABAB. Windows color (decimal): -3172676 or 12359375. OLE color: 12359375.

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

Color convert

RGB207150188-
CMYK00.280.090.19
HSL320º37.25%70%-
HSV(B)320º27.54%81.18%-
XYZ45.7238.7152.64-
YUV171.38137.38153.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 150 (58.98% from 255) = 27.52%
BLUE value IS 188 (73.83% from 255) = 34.50%
R=37.98%
G=27.52%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715018800.280.090.1932037.2570
HexCF96BC01C9131402546
Octal317226274034112350045106
Binary1100111110010110101111000111001001100111010000001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF96BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF96BC; }

 p { color: rgb(207,150,188); }

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

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

 a { background-color: rgb(207,150,188); }

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

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

 span { border-color: rgb(207,150,188); }

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