Html Css Color HEX #C48FA9 Lily

📋 copy color: '#C48FA9'

red 196 ◦ green 143 ◦ blue 169

#C48FA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C48FA9

Tints of Lily #C48FA9

RGB

 RED value IS 196 (76.95% from 255) = 38.58%

 GREEN value IS 143 (56.25% from 255) = 28.15%

 BLUE value IS 169 (66.41% from 255) = 33.27%

R = 38.58%
G = 28.15%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C48FA9 (or 0xC48FA9) is known color: Lily. HEX triplet: C4, 8F and A9. RGB value is (196,143,169). Sum of RGB (Red+Green+Blue) = 196+143+169=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 143 (56.25% from 255 or 28.15% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48FA9 is #3B7056. Grayscale: #A1A1A1. Windows color (decimal): -3895383 or 11112388. OLE color: 11112388.

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

Color convert

RGB 196 143 169 -
CMYK 0 0.27 0.14 0.23
HSL 330.57º 0.31% 0.66% -
HSV(B) 330.57º 0.27% 0.77% -
XYZ 39.75 34.25 42.05 -
YUV 161.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 196 143 169 0 0.27 0.14 0.23 330.57 0.31 0.66
Hex C4 8F A9 0 1B E 17 14B 1F 42
Octal 304 217 251 0 33 16 27 513 37 102
Binary 11000100 10001111 10101001 0 11011 1110 10111 101001011 11111 1000010

Color Harmonies of #C48FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FA9

Black with #C48FA9

Text Example


Text Example

White with #C48FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FA9; }

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

 H1.HeaderClassName
 {
   color: #C48FA9;
 }
 .AnyTagClassName
 {
   color: #C48FA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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