Html Css Color HEX #C48EAE Lily

📋 copy color: '#C48EAE'

red 196 ◦ green 142 ◦ blue 174

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

Shades of Lily #C48EAE

Tints of Lily #C48EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.98%

R = 38.28%
G = 27.73%
B = 33.98%

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

#C48EAE (or 0xC48EAE) is known color: Lily. HEX triplet: C4, 8E and AE. RGB value is (196,142,174). Sum of RGB (Red+Green+Blue) = 196+142+174=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48EAE is #3B7151. Grayscale: #A1A1A1. Windows color (decimal): -3895634 or 11439812. OLE color: 11439812.

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

Color convert

RGB 196 142 174 -
CMYK 0 0.28 0.11 0.23
HSL 324.44º 0.31% 0.66% -
HSV(B) 324.44º 0.28% 0.77% -
XYZ 40.08 34.14 44.52 -
YUV 161.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 196 142 174 0 0.28 0.11 0.23 324.44 0.31 0.66
Hex C4 8E AE 0 1C B 17 144 1F 42
Octal 304 216 256 0 34 13 27 504 37 102
Binary 11000100 10001110 10101110 0 11100 1011 10111 101000100 11111 1000010

Color Harmonies of #C48EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EAE

Black with #C48EAE

Text Example


Text Example

White with #C48EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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