Html Css Color HEX #C49FB4 Lily

📋 copy color: '#C49FB4'

red 196 ◦ green 159 ◦ blue 180

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

Shades of Lily #C49FB4

Tints of Lily #C49FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 33.64%

R = 36.64%
G = 29.72%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C49FB4 (or 0xC49FB4) is known color: Lily. HEX triplet: C4, 9F and B4. RGB value is (196,159,180). Sum of RGB (Red+Green+Blue) = 196+159+180=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FB4 is #3B604B. Grayscale: #ACACAC. Windows color (decimal): -3891276 or 11837380. OLE color: 11837380.

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

Color convert

RGB 196 159 180 -
CMYK 0 0.19 0.08 0.23
HSL 325.95º 0.24% 0.7% -
HSV(B) 325.95º 0.19% 0.77% -
XYZ 43.4 39.83 48.58 -
YUV 172.46 132.26 144.79 -
System Red Green Blue C M Y K H S L
Decimal 196 159 180 0 0.19 0.08 0.23 325.95 0.24 0.7
Hex C4 9F B4 0 13 8 17 146 18 46
Octal 304 237 264 0 23 10 27 506 30 106
Binary 11000100 10011111 10110100 0 10011 1000 10111 101000110 11000 1000110

Color Harmonies of #C49FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FB4

Black with #C49FB4

Text Example


Text Example

White with #C49FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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