#C586AF

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

Shades of Lily #C586AF

Tints of Lily #C586AF

Color information

#C586AF (or 0xC586AF) is unknown color: approx Lily. HEX triplet: C5, 86 and AF. RGB value is (197,134,175). Sum of RGB (Red+Green+Blue) = 197+134+175=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C586AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C586AF is #3A7950. Grayscale: #9D9D9D. Windows color (decimal): -3832145 or 11503301. OLE color: 11503301.

HSL color Cylindrical-coordinate representation of color #C586AF: hue angle of 320.95º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C586AF is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB197134175-
CMYK00.320.110.23
HSL320.95º35.2%64.9%-
HSV(B)320.95º31.98%77.25%-
XYZ39.2932.0244.67-
YUV157.51137.87156.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.93%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 175 (68.75% from 255) = 34.58%
R=38.93%
G=26.48%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713417500.320.110.23320.9535.264.9
HexC586AF020B171412341
Octal305206257040132750143101
Binary11000101100001101010111101000001011101111010000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C586AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C586AF; }

 p { color: rgb(197,134,175); }

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

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

 a { background-color: rgb(197,134,175); }

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

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

 span { border-color: rgb(197,134,175); }

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