#CF92BF

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

Shades of Lily #CF92BF

Tints of Lily #CF92BF

Color information

#CF92BF (or 0xCF92BF) is unknown color: approx Lily. HEX triplet: CF, 92 and BF. RGB value is (207,146,191). Sum of RGB (Red+Green+Blue) = 207+146+191=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 191 (75% from 255 or 35.11% from 544); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92BF is #306D40. Grayscale: #A9A9A9. Windows color (decimal): -3173697 or 12554959. OLE color: 12554959.

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

Color convert

RGB207146191-
CMYK00.290.080.19
HSL315.74º38.85%69.22%-
HSV(B)315.74º29.47%81.18%-
XYZ45.4137.5854.15-
YUV169.37140.21154.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.05%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 191 (75% from 255) = 35.11%
R=38.05%
G=26.84%
B=35.11%

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
Decimal20714619100.290.080.19315.7438.8569.22
HexCF92BF01D81313c2745
Octal317222277035102347447105
Binary1100111110010010101111110111011000100111001111001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF92BF; }

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

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

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

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

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

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

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

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