#CF94B1

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

Shades of Lily #CF94B1

Tints of Lily #CF94B1

Color information

#CF94B1 (or 0xCF94B1) is unknown color: approx Lily. HEX triplet: CF, 94 and B1. RGB value is (207,148,177). Sum of RGB (Red+Green+Blue) = 207+148+177=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 148 (58.20% from 255 or 27.82% from 532); Blue value is 177 (69.53% from 255 or 33.27% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF94B1 is #306B4E. Grayscale: #A8A8A8. Windows color (decimal): -3173199 or 11637967. OLE color: 11637967.

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

Color convert

RGB207148177-
CMYK00.290.140.19
HSL330.51º38.06%69.61%-
HSV(B)330.51º28.5%81.18%-
XYZ44.2637.6246.52-
YUV168.95132.55155.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.91%
GREEN value IS 148 (58.20% from 255) = 27.82%
BLUE value IS 177 (69.53% from 255) = 33.27%
R=38.91%
G=27.82%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714817700.290.140.19330.5138.0669.61
HexCF94B101DE1314b2646
Octal317224261035162351346106
Binary1100111110010100101100010111011110100111010010111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94B1; }

 p { color: rgb(207,148,177); }

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

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

 a { background-color: rgb(207,148,177); }

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

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

 span { border-color: rgb(207,148,177); }

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