#CFA0B5

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

Shades of Lily #CFA0B5

Tints of Lily #CFA0B5

Color information

#CFA0B5 (or 0xCFA0B5) is unknown color: approx Lily. HEX triplet: CF, A0 and B5. RGB value is (207,160,181). Sum of RGB (Red+Green+Blue) = 207+160+181=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0B5 is #305F4A. Grayscale: #B0B0B0. Windows color (decimal): -3170123 or 11903183. OLE color: 11903183.

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

Color convert

RGB207160181-
CMYK00.230.130.19
HSL333.19º32.87%71.96%-
HSV(B)333.19º22.71%81.18%-
XYZ46.6441.7449.31-
YUV176.45130.57149.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 160 (62.89% from 255) = 29.20%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=37.77%
G=29.20%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716018100.230.130.19333.1932.8771.96
HexCFA0B5017D1314d2148
Octal317240265027152351541110
Binary1100111110100000101101010101111101100111010011011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0B5; }

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

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

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

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

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

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

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

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