#C481AA

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

Shades of Lily #C481AA

Tints of Lily #C481AA

Color information

#C481AA (or 0xC481AA) is unknown color: approx Lily. HEX triplet: C4, 81 and AA. RGB value is (196,129,170). Sum of RGB (Red+Green+Blue) = 196+129+170=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C481AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481AA is #3B7E55. Grayscale: #999999. Windows color (decimal): -3898966 or 11174340. OLE color: 11174340.

HSL color Cylindrical-coordinate representation of color #C481AA: hue angle of 323.28º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481AA is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196129170-
CMYK00.340.130.23
HSL323.28º36.22%63.73%-
HSV(B)323.28º34.18%76.86%-
XYZ37.8730.3441.89-
YUV153.71137.2158.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 129 (50.78% from 255) = 26.06%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=39.60%
G=26.06%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612917000.340.130.23323.2836.2263.73
HexC481AA022D171432440
Octal304201252042152750344100
Binary11000100100000011010101001000101101101111010000111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C481AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C481AA; }

 p { color: rgb(196,129,170); }

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

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

 a { background-color: rgb(196,129,170); }

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

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

 span { border-color: rgb(196,129,170); }

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