#C48AAA

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

Shades of Lily #C48AAA

Tints of Lily #C48AAA

Color information

#C48AAA (or 0xC48AAA) is unknown color: approx Lily. HEX triplet: C4, 8A and AA. RGB value is (196,138,170). Sum of RGB (Red+Green+Blue) = 196+138+170=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 170 (66.80% from 255 or 33.73% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C48AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48AAA is #3B7555. Grayscale: #9E9E9E. Windows color (decimal): -3896662 or 11176644. OLE color: 11176644.

HSL color Cylindrical-coordinate representation of color #C48AAA: hue angle of 326.9º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48AAA is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196138170-
CMYK00.300.130.23
HSL326.9º32.95%65.49%-
HSV(B)326.9º29.59%76.86%-
XYZ39.1132.8242.3-
YUV158.99134.22154.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 138 (54.30% from 255) = 27.38%
BLUE value IS 170 (66.80% from 255) = 33.73%
R=38.89%
G=27.38%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613817000.300.130.23326.932.9565.49
HexC48AAA01ED171472141
Octal304212252036152750741101
Binary1100010010001010101010100111101101101111010001111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48AAA; }

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

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

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

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

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

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

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

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