#CFA6B7

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

Shades of Lily #CFA6B7

Tints of Lily #CFA6B7

Color information

#CFA6B7 (or 0xCFA6B7) is unknown color: approx Lily. HEX triplet: CF, A6 and B7. RGB value is (207,166,183). Sum of RGB (Red+Green+Blue) = 207+166+183=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 183 (71.88% from 255 or 32.91% from 556); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA6B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA6B7 is #305948. Grayscale: #B4B4B4. Windows color (decimal): -3168585 or 12035791. OLE color: 12035791.

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

Color convert

RGB207166183-
CMYK00.200.120.19
HSL335.12º29.93%73.14%-
HSV(B)335.12º19.81%81.18%-
XYZ47.9243.9650.76-
YUV180.2129.58147.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 183 (71.88% from 255) = 32.91%
R=37.23%
G=29.86%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716618300.200.120.19335.1229.9373.14
HexCFA6B7014C1314f1e49
Octal317246267024142351736111
Binary110011111010011010110111010100110010011101001111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA6B7; }

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

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

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

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

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

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

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

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