Html Css Color HEX #C48EAF Lily

📋 copy color: '#C48EAF'

red 196 ◦ green 142 ◦ blue 175

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

Shades of Lily #C48EAF

Tints of Lily #C48EAF

RGB

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

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

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

R = 38.21%
G = 27.68%
B = 34.11%

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

#C48EAF (or 0xC48EAF) is known color: Lily. HEX triplet: C4, 8E and AF. RGB value is (196,142,175). Sum of RGB (Red+Green+Blue) = 196+142+175=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C48EAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48EAF is #3B7150. Grayscale: #A1A1A1. Windows color (decimal): -3895633 or 11505348. OLE color: 11505348.

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

Color convert

RGB 196 142 175 -
CMYK 0 0.28 0.11 0.23
HSL 323.33º 0.31% 0.66% -
HSV(B) 323.33º 0.28% 0.77% -
XYZ 40.18 34.18 45.04 -
YUV 161.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 196 142 175 0 0.28 0.11 0.23 323.33 0.31 0.66
Hex C4 8E AF 0 1C B 17 143 1F 42
Octal 304 216 257 0 34 13 27 503 37 102
Binary 11000100 10001110 10101111 0 11100 1011 10111 101000011 11111 1000010

Color Harmonies of #C48EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EAF

Black with #C48EAF

Text Example


Text Example

White with #C48EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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