#CF97B6

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

Shades of Lily #CF97B6

Tints of Lily #CF97B6

Color information

#CF97B6 (or 0xCF97B6) is unknown color: approx Lily. HEX triplet: CF, 97 and B6. RGB value is (207,151,182). Sum of RGB (Red+Green+Blue) = 207+151+182=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 151 (59.38% from 255 or 27.96% from 540); Blue value is 182 (71.48% from 255 or 33.70% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF97B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF97B6 is #306849. Grayscale: #ABABAB. Windows color (decimal): -3172426 or 11966415. OLE color: 11966415.

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

Color convert

RGB207151182-
CMYK00.270.120.19
HSL326.79º36.84%70.2%-
HSV(B)326.79º27.05%81.18%-
XYZ45.2438.7849.36-
YUV171.28134.05153.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 151 (59.38% from 255) = 27.96%
BLUE value IS 182 (71.48% from 255) = 33.70%
R=38.33%
G=27.96%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715118200.270.120.19326.7936.8470.2
HexCF97B601BC131472546
Octal317227266033142350745106
Binary1100111110010111101101100110111100100111010001111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF97B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF97B6; }

 p { color: rgb(207,151,182); }

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

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

 a { background-color: rgb(207,151,182); }

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

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

 span { border-color: rgb(207,151,182); }

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