#C485AF

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

Shades of Lily #C485AF

Tints of Lily #C485AF

Color information

#C485AF (or 0xC485AF) is unknown color: approx Lily. HEX triplet: C4, 85 and AF. RGB value is (196,133,175). Sum of RGB (Red+Green+Blue) = 196+133+175=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 175 (68.75% from 255 or 34.72% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C485AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485AF is #3B7A50. Grayscale: #9C9C9C. Windows color (decimal): -3897937 or 11503044. OLE color: 11503044.

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

Color convert

RGB196133175-
CMYK00.320.110.23
HSL320º34.81%64.51%-
HSV(B)320º32.14%76.86%-
XYZ38.8931.6144.61-
YUV156.62138.37156.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 175 (68.75% from 255) = 34.72%
R=38.89%
G=26.39%
B=34.72%

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
Decimal19613317500.320.110.2332034.8164.51
HexC485AF020B171402341
Octal304205257040132750043101
Binary11000100100001011010111101000001011101111010000001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485AF; }

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

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

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

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

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

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

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

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