Html Css Color HEX #C49FB8 Lily

📋 copy color: '#C49FB8'

red 196 ◦ green 159 ◦ blue 184

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

Shades of Lily #C49FB8

Tints of Lily #C49FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.14%

R = 36.36%
G = 29.5%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C49FB8 (or 0xC49FB8) is known color: Lily. HEX triplet: C4, 9F and B8. RGB value is (196,159,184). Sum of RGB (Red+Green+Blue) = 196+159+184=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 196 - color contains mainly: red. Hex color #C49FB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FB8 is #3B6047. Grayscale: #ACACAC. Windows color (decimal): -3891272 or 12099524. OLE color: 12099524.

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

Color convert

RGB 196 159 184 -
CMYK 0 0.19 0.06 0.23
HSL 319.46º 0.24% 0.7% -
HSV(B) 319.46º 0.19% 0.77% -
XYZ 43.81 39.99 50.76 -
YUV 172.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 196 159 184 0 0.19 0.06 0.23 319.46 0.24 0.7
Hex C4 9F B8 0 13 6 17 13F 18 46
Octal 304 237 270 0 23 6 27 477 30 106
Binary 11000100 10011111 10111000 0 10011 110 10111 100111111 11000 1000110

Color Harmonies of #C49FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FB8

Black with #C49FB8

Text Example


Text Example

White with #C49FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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