#CF84BA

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

Shades of Lily #CF84BA

Tints of Lily #CF84BA

Color information

#CF84BA (or 0xCF84BA) is unknown color: approx Lily. HEX triplet: CF, 84 and BA. RGB value is (207,132,186). Sum of RGB (Red+Green+Blue) = 207+132+186=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF84BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF84BA is #307B45. Grayscale: #A0A0A0. Windows color (decimal): -3177286 or 12223695. OLE color: 12223695.

HSL color Cylindrical-coordinate representation of color #CF84BA: hue angle of 316.8º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF84BA is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207132186-
CMYK00.360.100.19
HSL316.8º43.86%66.47%-
HSV(B)316.8º36.23%81.18%-
XYZ42.8533.3150.63-
YUV160.58142.35161.11-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.43%
GREEN value IS 132 (51.95% from 255) = 25.14%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=39.43%
G=25.14%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713218600.360.100.19316.843.8666.47
HexCF84BA024A1313d2c42
Octal317204272044122347554102
Binary11001111100001001011101001001001010100111001111011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF84BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF84BA; }

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

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

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

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

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

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

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

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