#CFA6BA

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

Shades of Lily #CFA6BA

Tints of Lily #CFA6BA

Color information

#CFA6BA (or 0xCFA6BA) is unknown color: approx Lily. HEX triplet: CF, A6 and BA. RGB value is (207,166,186). Sum of RGB (Red+Green+Blue) = 207+166+186=559 (74% of max value = 765). Red value is 207 (81.25% from 255 or 37.03% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6BA is #305945. Grayscale: #B4B4B4. Windows color (decimal): -3168582 or 12232399. OLE color: 12232399.

HSL color Cylindrical-coordinate representation of color #CFA6BA: hue angle of 330.73º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA6BA is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207166186-
CMYK00.200.100.19
HSL330.73º29.93%73.14%-
HSV(B)330.73º19.81%81.18%-
XYZ48.2344.0852.42-
YUV180.54131.08146.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.03%
GREEN value IS 166 (65.23% from 255) = 29.70%
BLUE value IS 186 (73.05% from 255) = 33.27%
R=37.03%
G=29.70%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716618600.200.100.19330.7329.9373.14
HexCFA6BA014A1314b1e49
Octal317246272024122351336111
Binary110011111010011010111010010100101010011101001011111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6BA; }

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

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

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

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

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

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

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

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