#CFA0BA

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

Shades of Lily #CFA0BA

Tints of Lily #CFA0BA

Color information

#CFA0BA (or 0xCFA0BA) is unknown color: approx Lily. HEX triplet: CF, A0 and BA. RGB value is (207,160,186). Sum of RGB (Red+Green+Blue) = 207+160+186=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 160 (62.89% from 255 or 28.93% from 553); Blue value is 186 (73.05% from 255 or 33.63% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0BA is #305F45. Grayscale: #B0B0B0. Windows color (decimal): -3170118 or 12230863. OLE color: 12230863.

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

Color convert

RGB207160186-
CMYK00.230.100.19
HSL326.81º32.87%71.96%-
HSV(B)326.81º22.71%81.18%-
XYZ47.1741.9552.07-
YUV177.02133.07149.39-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 160 (62.89% from 255) = 28.93%
BLUE value IS 186 (73.05% from 255) = 33.63%
R=37.43%
G=28.93%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716018600.230.100.19326.8132.8771.96
HexCFA0BA017A131472148
Octal317240272027122350741110
Binary1100111110100000101110100101111010100111010001111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0BA; }

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

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

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

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

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

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

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

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