Html Css Color HEX #C49FBA Lily

📋 copy color: '#C49FBA'

red 196 ◦ green 159 ◦ blue 186

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

Shades of Lily #C49FBA

Tints of Lily #C49FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.39%

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

R = 36.23%
G = 29.39%
B = 34.38%

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

#C49FBA (or 0xC49FBA) is known color: Lily. HEX triplet: C4, 9F and BA. RGB value is (196,159,186). Sum of RGB (Red+Green+Blue) = 196+159+186=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 186 (73.05% from 255 or 34.38% from 541); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FBA is #3B6045. Grayscale: #ADADAD. Windows color (decimal): -3891270 or 12230596. OLE color: 12230596.

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

Color convert

RGB 196 159 186 -
CMYK 0 0.19 0.05 0.23
HSL 316.22º 0.24% 0.7% -
HSV(B) 316.22º 0.19% 0.77% -
XYZ 44.03 40.08 51.87 -
YUV 173.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 196 159 186 0 0.19 0.05 0.23 316.22 0.24 0.7
Hex C4 9F BA 0 13 5 17 13C 18 46
Octal 304 237 272 0 23 5 27 474 30 106
Binary 11000100 10011111 10111010 0 10011 101 10111 100111100 11000 1000110

Color Harmonies of #C49FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FBA

Black with #C49FBA

Text Example


Text Example

White with #C49FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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