#CF92BE

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

Shades of Lily #CF92BE

Tints of Lily #CF92BE

Color information

#CF92BE (or 0xCF92BE) is unknown color: approx Lily. HEX triplet: CF, 92 and BE. RGB value is (207,146,190). Sum of RGB (Red+Green+Blue) = 207+146+190=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 190 (74.61% from 255 or 34.99% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92BE is #306D41. Grayscale: #A9A9A9. Windows color (decimal): -3173698 or 12489423. OLE color: 12489423.

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

Color convert

RGB207146190-
CMYK00.290.080.19
HSL316.72º38.85%69.22%-
HSV(B)316.72º29.47%81.18%-
XYZ45.3137.5453.57-
YUV169.26139.71154.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 190 (74.61% from 255) = 34.99%
R=38.12%
G=26.89%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714619000.290.080.19316.7238.8569.22
HexCF92BE01D81313d2745
Octal317222276035102347547105
Binary1100111110010010101111100111011000100111001111011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF92BE; }

 p { color: rgb(207,146,190); }

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

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

 a { background-color: rgb(207,146,190); }

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

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

 span { border-color: rgb(207,146,190); }

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