Html Css Color HEX #C48DAF Lily

📋 copy color: '#C48DAF'

red 196 ◦ green 141 ◦ blue 175

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

Shades of Lily #C48DAF

Tints of Lily #C48DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.54%

 BLUE value IS 175 (68.75% from 255) = 34.18%

R = 38.28%
G = 27.54%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C48DAF (or 0xC48DAF) is known color: Lily. HEX triplet: C4, 8D and AF. RGB value is (196,141,175). Sum of RGB (Red+Green+Blue) = 196+141+175=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 175 (68.75% from 255 or 34.18% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48DAF is #3B7250. Grayscale: #A1A1A1. Windows color (decimal): -3895889 or 11505092. OLE color: 11505092.

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

Color convert

RGB 196 141 175 -
CMYK 0 0.28 0.11 0.23
HSL 322.91º 0.32% 0.66% -
HSV(B) 322.91º 0.28% 0.77% -
XYZ 40.03 33.88 44.99 -
YUV 161.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 196 141 175 0 0.28 0.11 0.23 322.91 0.32 0.66
Hex C4 8D AF 0 1C B 17 143 20 42
Octal 304 215 257 0 34 13 27 503 40 102
Binary 11000100 10001101 10101111 0 11100 1011 10111 101000011 100000 1000010

Color Harmonies of #C48DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DAF

Black with #C48DAF

Text Example


Text Example

White with #C48DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DAF; }

 p { color: rgb(196,141,175); }

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

background-color css

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

 a { background-color: rgb(196,141,175); }

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

border-color css

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

 span { border-color: rgb(196,141,175); }

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