Html Css Color HEX #C49FBC Lily

📋 copy color: '#C49FBC'

red 196 ◦ green 159 ◦ blue 188

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

Shades of Lily #C49FBC

Tints of Lily #C49FBC

RGB

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

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

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

R = 36.1%
G = 29.28%
B = 34.62%

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

#C49FBC (or 0xC49FBC) is known color: Lily. HEX triplet: C4, 9F and BC. RGB value is (196,159,188). Sum of RGB (Red+Green+Blue) = 196+159+188=543 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.10% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FBC is #3B6043. Grayscale: #ADADAD. Windows color (decimal): -3891268 or 12361668. OLE color: 12361668.

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

Color convert

RGB 196 159 188 -
CMYK 0 0.19 0.04 0.23
HSL 312.97º 0.24% 0.7% -
HSV(B) 312.97º 0.19% 0.77% -
XYZ 44.24 40.16 53 -
YUV 173.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 196 159 188 0 0.19 0.04 0.23 312.97 0.24 0.7
Hex C4 9F BC 0 13 4 17 139 18 46
Octal 304 237 274 0 23 4 27 471 30 106
Binary 11000100 10011111 10111100 0 10011 100 10111 100111001 11000 1000110

Color Harmonies of #C49FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FBC

Black with #C49FBC

Text Example


Text Example

White with #C49FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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