#C485AE

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

Shades of Lily #C485AE

Tints of Lily #C485AE

Color information

#C485AE (or 0xC485AE) is unknown color: approx Lily. HEX triplet: C4, 85 and AE. RGB value is (196,133,174). Sum of RGB (Red+Green+Blue) = 196+133+174=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 174 (68.36% from 255 or 34.59% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C485AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485AE is #3B7A51. Grayscale: #9C9C9C. Windows color (decimal): -3897938 or 11437508. OLE color: 11437508.

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

Color convert

RGB196133174-
CMYK00.320.110.23
HSL320.95º34.81%64.51%-
HSV(B)320.95º32.14%76.86%-
XYZ38.7931.5744.09-
YUV156.51137.87156.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 133 (52.34% from 255) = 26.44%
BLUE value IS 174 (68.36% from 255) = 34.59%
R=38.97%
G=26.44%
B=34.59%

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
Decimal19613317400.320.110.23320.9534.8164.51
HexC485AE020B171412341
Octal304205256040132750143101
Binary11000100100001011010111001000001011101111010000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485AE; }

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

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

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

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

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

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

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

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