#C48FAD

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

Shades of Lily #C48FAD

Tints of Lily #C48FAD

Color information

#C48FAD (or 0xC48FAD) is unknown color: approx Lily. HEX triplet: C4, 8F and AD. RGB value is (196,143,173). Sum of RGB (Red+Green+Blue) = 196+143+173=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 173 (67.97% from 255 or 33.79% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FAD is #3B7052. Grayscale: #A2A2A2. Windows color (decimal): -3895379 or 11374532. OLE color: 11374532.

HSL color Cylindrical-coordinate representation of color #C48FAD: hue angle of 326.04º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48FAD is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB196143173-
CMYK00.270.120.23
HSL326.04º30.99%66.47%-
HSV(B)326.04º27.04%76.86%-
XYZ40.1334.444.06-
YUV162.27134.06152.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.28%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 173 (67.97% from 255) = 33.79%
R=38.28%
G=27.93%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614317300.270.120.23326.0430.9966.47
HexC48FAD01BC171461f42
Octal304217255033142750637102
Binary110001001000111110101101011011110010111101000110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48FAD; }

 p { color: rgb(196,143,173); }

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

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

 a { background-color: rgb(196,143,173); }

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

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

 span { border-color: rgb(196,143,173); }

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