Html Css Color HEX #C48EAA Lily

📋 copy color: '#C48EAA'

red 196 ◦ green 142 ◦ blue 170

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

Shades of Lily #C48EAA

Tints of Lily #C48EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.95%

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 38.58%
G = 27.95%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C48EAA (or 0xC48EAA) is known color: Lily. HEX triplet: C4, 8E and AA. RGB value is (196,142,170). Sum of RGB (Red+Green+Blue) = 196+142+170=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48EAA is #3B7155. Grayscale: #A1A1A1. Windows color (decimal): -3895638 or 11177668. OLE color: 11177668.

HSL color Cylindrical-coordinate representation of color #C48EAA: hue angle of 328.89º degrees, saturation: 0.31, 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 #C48EAA is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 142 170 -
CMYK 0 0.28 0.13 0.23
HSL 328.89º 0.31% 0.66% -
HSV(B) 328.89º 0.28% 0.77% -
XYZ 39.69 33.98 42.5 -
YUV 161.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 196 142 170 0 0.28 0.13 0.23 328.89 0.31 0.66
Hex C4 8E AA 0 1C D 17 149 1F 42
Octal 304 216 252 0 34 15 27 511 37 102
Binary 11000100 10001110 10101010 0 11100 1101 10111 101001001 11111 1000010

Color Harmonies of #C48EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EAA

Black with #C48EAA

Text Example


Text Example

White with #C48EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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