#C485A8

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

Shades of Lily #C485A8

Tints of Lily #C485A8

Color information

#C485A8 (or 0xC485A8) is unknown color: approx Lily. HEX triplet: C4, 85 and A8. RGB value is (196,133,168). Sum of RGB (Red+Green+Blue) = 196+133+168=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C485A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485A8 is #3B7A57. Grayscale: #9B9B9B. Windows color (decimal): -3897944 or 11044292. OLE color: 11044292.

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

Color convert

RGB196133168-
CMYK00.320.140.23
HSL326.67º34.81%64.51%-
HSV(B)326.67º32.14%76.86%-
XYZ38.2231.3441.08-
YUV155.83134.87156.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.44%
GREEN value IS 133 (52.34% from 255) = 26.76%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=39.44%
G=26.76%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613316800.320.140.23326.6734.8164.51
HexC485A8020E171472341
Octal304205250040162750743101
Binary11000100100001011010100001000001110101111010001111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485A8; }

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

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

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

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

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

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

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

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