#CF92B8

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

Shades of Lily #CF92B8

Tints of Lily #CF92B8

Color information

#CF92B8 (or 0xCF92B8) is unknown color: approx Lily. HEX triplet: CF, 92 and B8. RGB value is (207,146,184). Sum of RGB (Red+Green+Blue) = 207+146+184=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 146 (57.42% from 255 or 27.19% from 537); Blue value is 184 (72.27% from 255 or 34.26% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92B8 is #306D47. Grayscale: #A8A8A8. Windows color (decimal): -3173704 or 12096207. OLE color: 12096207.

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

Color convert

RGB207146184-
CMYK00.290.110.19
HSL322.62º38.85%69.22%-
HSV(B)322.62º29.47%81.18%-
XYZ44.6637.2850.19-
YUV168.57136.71155.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 146 (57.42% from 255) = 27.19%
BLUE value IS 184 (72.27% from 255) = 34.26%
R=38.55%
G=27.19%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714618400.290.110.19322.6238.8569.22
HexCF92B801DB131432745
Octal317222270035132350347105
Binary1100111110010010101110000111011011100111010000111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF92B8; }

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

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

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

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

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

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

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

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