#C485AB

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

Shades of Lily #C485AB

Tints of Lily #C485AB

Color information

#C485AB (or 0xC485AB) is unknown color: approx Lily. HEX triplet: C4, 85 and AB. RGB value is (196,133,171). Sum of RGB (Red+Green+Blue) = 196+133+171=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C485AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C485AB is #3B7A54. Grayscale: #9C9C9C. Windows color (decimal): -3897941 or 11240900. OLE color: 11240900.

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

Color convert

RGB196133171-
CMYK00.320.130.23
HSL323.81º34.81%64.51%-
HSV(B)323.81º32.14%76.86%-
XYZ38.531.4542.57-
YUV156.17136.37156.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 133 (52.34% from 255) = 26.6%
BLUE value IS 171 (67.19% from 255) = 34.2%
R=39.2%
G=26.6%
B=34.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613317100.320.130.23323.8134.8164.51
HexC485AB020D171442341
Octal304205253040152750443101
Binary11000100100001011010101101000001101101111010001001000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485AB; }

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

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

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

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

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

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

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

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