Html Css Color HEX #C48FAD Lily

📋 copy color: '#C48FAD'

red 196 ◦ green 143 ◦ blue 173

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

Shades of Lily #C48FAD

Tints of Lily #C48FAD

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 value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C48FAD (or 0xC48FAD) is known color: 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

RGB 196 143 173 -
CMYK 0 0.27 0.12 0.23
HSL 326.04º 0.31% 0.66% -
HSV(B) 326.04º 0.27% 0.77% -
XYZ 40.13 34.4 44.06 -
YUV 162.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 196 143 173 0 0.27 0.12 0.23 326.04 0.31 0.66
Hex C4 8F AD 0 1B C 17 146 1F 42
Octal 304 217 255 0 33 14 27 506 37 102
Binary 11000100 10001111 10101101 0 11011 1100 10111 101000110 11111 1000010

Color Harmonies of #C48FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FAD

Black with #C48FAD

Text Example


Text Example

White with #C48FAD

Text Example


Text Example

HTML Codes & Css Web 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>