#C485AC

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

Shades of Lily #C485AC

Tints of Lily #C485AC

Color information

#C485AC (or 0xC485AC) is unknown color: approx Lily. HEX triplet: C4, 85 and AC. RGB value is (196,133,172). Sum of RGB (Red+Green+Blue) = 196+133+172=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C485AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485AC is #3B7A53. Grayscale: #9C9C9C. Windows color (decimal): -3897940 or 11306436. OLE color: 11306436.

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

Color convert

RGB196133172-
CMYK00.320.120.23
HSL322.86º34.81%64.51%-
HSV(B)322.86º32.14%76.86%-
XYZ38.631.4943.07-
YUV156.28136.87156.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 133 (52.34% from 255) = 26.55%
BLUE value IS 172 (67.58% from 255) = 34.33%
R=39.12%
G=26.55%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613317200.320.120.23322.8634.8164.51
HexC485AC020C171432341
Octal304205254040142750343101
Binary11000100100001011010110001000001100101111010000111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485AC; }

 p { color: rgb(196,133,172); }

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

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

 a { background-color: rgb(196,133,172); }

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

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

 span { border-color: rgb(196,133,172); }

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