Html Css Color HEX #C49EBA Lily

📋 copy color: '#C49EBA'

red 196 ◦ green 158 ◦ blue 186

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

Shades of Lily #C49EBA

Tints of Lily #C49EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 34.44%

R = 36.3%
G = 29.26%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C49EBA (or 0xC49EBA) is known color: Lily. HEX triplet: C4, 9E and BA. RGB value is (196,158,186). Sum of RGB (Red+Green+Blue) = 196+158+186=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 196 - color contains mainly: red. Hex color #C49EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49EBA is #3B6145. Grayscale: #ACACAC. Windows color (decimal): -3891526 or 12230340. OLE color: 12230340.

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

Color convert

RGB 196 158 186 -
CMYK 0 0.19 0.05 0.23
HSL 315.79º 0.24% 0.69% -
HSV(B) 315.79º 0.19% 0.77% -
XYZ 43.85 39.73 51.81 -
YUV 172.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 196 158 186 0 0.19 0.05 0.23 315.79 0.24 0.69
Hex C4 9E BA 0 13 5 17 13C 18 45
Octal 304 236 272 0 23 5 27 474 30 105
Binary 11000100 10011110 10111010 0 10011 101 10111 100111100 11000 1000101

Color Harmonies of #C49EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EBA

Black with #C49EBA

Text Example


Text Example

White with #C49EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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