#CFA0BB

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

Shades of Lily #CFA0BB

Tints of Lily #CFA0BB

Color information

#CFA0BB (or 0xCFA0BB) is unknown color: approx Lily. HEX triplet: CF, A0 and BB. RGB value is (207,160,187). Sum of RGB (Red+Green+Blue) = 207+160+187=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0BB is #305F44. Grayscale: #B1B1B1. Windows color (decimal): -3170117 or 12296399. OLE color: 12296399.

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

Color convert

RGB207160187-
CMYK00.230.100.19
HSL325.53º32.87%71.96%-
HSV(B)325.53º22.71%81.18%-
XYZ47.2741.9952.63-
YUV177.13133.57149.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 160 (62.89% from 255) = 28.88%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=37.36%
G=28.88%
B=33.75%

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
Decimal20716018700.230.100.19325.5332.8771.96
HexCFA0BB017A131462148
Octal317240273027122350641110
Binary1100111110100000101110110101111010100111010001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0BB; }

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

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

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

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

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

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

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

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