#CFA2BA

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

Shades of Lily #CFA2BA

Tints of Lily #CFA2BA

Color information

#CFA2BA (or 0xCFA2BA) is unknown color: approx Lily. HEX triplet: CF, A2 and BA. RGB value is (207,162,186). Sum of RGB (Red+Green+Blue) = 207+162+186=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 162 (63.67% from 255 or 29.19% from 555); Blue value is 186 (73.05% from 255 or 33.51% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2BA is #305D45. Grayscale: #B2B2B2. Windows color (decimal): -3169606 or 12231375. OLE color: 12231375.

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

Color convert

RGB207162186-
CMYK00.220.100.19
HSL328º31.91%72.35%-
HSV(B)328º21.74%81.18%-
XYZ47.5242.6552.18-
YUV178.19132.41148.55-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 162 (63.67% from 255) = 29.19%
BLUE value IS 186 (73.05% from 255) = 33.51%
R=37.30%
G=29.19%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716218600.220.100.1932831.9172.35
HexCFA2BA016A131482048
Octal317242272026122351040110
Binary1100111110100010101110100101101010100111010010001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2BA; }

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

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

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

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

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

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

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

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