#CFA2B7

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

Shades of Lily #CFA2B7

Tints of Lily #CFA2B7

Color information

#CFA2B7 (or 0xCFA2B7) is unknown color: approx Lily. HEX triplet: CF, A2 and B7. RGB value is (207,162,183). Sum of RGB (Red+Green+Blue) = 207+162+183=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 183 (71.88% from 255 or 33.15% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2B7 is #305D48. Grayscale: #B1B1B1. Windows color (decimal): -3169609 or 12034767. OLE color: 12034767.

HSL color Cylindrical-coordinate representation of color #CFA2B7: hue angle of 332º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFA2B7 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207162183-
CMYK00.220.120.19
HSL332º31.91%72.35%-
HSV(B)332º21.74%81.18%-
XYZ47.242.5250.52-
YUV177.85130.91148.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 183 (71.88% from 255) = 33.15%
R=37.5%
G=29.35%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716218300.220.120.1933231.9172.35
HexCFA2B7016C1314c2048
Octal317242267026142351440110
Binary1100111110100010101101110101101100100111010011001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2B7; }

 p { color: rgb(207,162,183); }

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

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

 a { background-color: rgb(207,162,183); }

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

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

 span { border-color: rgb(207,162,183); }

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