#CF94B5

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

Shades of Lily #CF94B5

Tints of Lily #CF94B5

Color information

#CF94B5 (or 0xCF94B5) is unknown color: approx Lily. HEX triplet: CF, 94 and B5. RGB value is (207,148,181). Sum of RGB (Red+Green+Blue) = 207+148+181=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 181 (71.09% from 255 or 33.77% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF94B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF94B5 is #306B4A. Grayscale: #A9A9A9. Windows color (decimal): -3173195 or 11900111. OLE color: 11900111.

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

Color convert

RGB207148181-
CMYK00.290.130.19
HSL326.44º38.06%69.61%-
HSV(B)326.44º28.5%81.18%-
XYZ44.6637.7848.65-
YUV169.4134.55154.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 181 (71.09% from 255) = 33.77%
R=38.62%
G=27.61%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714818100.290.130.19326.4438.0669.61
HexCF94B501DD131462646
Octal317224265035152350646106
Binary1100111110010100101101010111011101100111010001101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF94B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF94B5; }

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

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

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

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

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

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

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

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