Html Css Color HEX #C49BAF Lily

📋 copy color: '#C49BAF'

red 196 ◦ green 155 ◦ blue 175

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

Shades of Lily #C49BAF

Tints of Lily #C49BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.47%

 BLUE value IS 175 (68.75% from 255) = 33.27%

R = 37.26%
G = 29.47%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C49BAF (or 0xC49BAF) is known color: Lily. HEX triplet: C4, 9B and AF. RGB value is (196,155,175). Sum of RGB (Red+Green+Blue) = 196+155+175=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 155 (60.94% from 255 or 29.47% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C49BAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49BAF is #3B6450. Grayscale: #A9A9A9. Windows color (decimal): -3892305 or 11508676. OLE color: 11508676.

HSL color Cylindrical-coordinate representation of color #C49BAF: hue angle of 330.73º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49BAF is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 155 175 -
CMYK 0 0.21 0.11 0.23
HSL 330.73º 0.26% 0.69% -
HSV(B) 330.73º 0.21% 0.77% -
XYZ 42.22 38.27 45.72 -
YUV 169.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 196 155 175 0 0.21 0.11 0.23 330.73 0.26 0.69
Hex C4 9B AF 0 15 B 17 14B 1A 45
Octal 304 233 257 0 25 13 27 513 32 105
Binary 11000100 10011011 10101111 0 10101 1011 10111 101001011 11010 1000101

Color Harmonies of #C49BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BAF

Black with #C49BAF

Text Example


Text Example

White with #C49BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BAF; }

 p { color: rgb(196,155,175); }

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

background-color css

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

 a { background-color: rgb(196,155,175); }

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

border-color css

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

 span { border-color: rgb(196,155,175); }

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