Html Css Color HEX #C49EBC Lily

📋 copy color: '#C49EBC'

red 196 ◦ green 158 ◦ blue 188

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

Shades of Lily #C49EBC

Tints of Lily #C49EBC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.15%

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 36.16%
G = 29.15%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C49EBC (or 0xC49EBC) is known color: Lily. HEX triplet: C4, 9E and BC. RGB value is (196,158,188). Sum of RGB (Red+Green+Blue) = 196+158+188=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EBC is #3B6143. Grayscale: #ACACAC. Windows color (decimal): -3891524 or 12361412. OLE color: 12361412.

HSL color Cylindrical-coordinate representation of color #C49EBC: hue angle of 312.63º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C49EBC is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 158 188 -
CMYK 0 0.19 0.04 0.23
HSL 312.63º 0.24% 0.69% -
HSV(B) 312.63º 0.19% 0.77% -
XYZ 44.07 39.82 52.94 -
YUV 172.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 196 158 188 0 0.19 0.04 0.23 312.63 0.24 0.69
Hex C4 9E BC 0 13 4 17 139 18 45
Octal 304 236 274 0 23 4 27 471 30 105
Binary 11000100 10011110 10111100 0 10011 100 10111 100111001 11000 1000101

Color Harmonies of #C49EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EBC

Black with #C49EBC

Text Example


Text Example

White with #C49EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EBC; }

 p { color: rgb(196,158,188); }

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

background-color css

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

 a { background-color: rgb(196,158,188); }

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

border-color css

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

 span { border-color: rgb(196,158,188); }

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