Html Css Color HEX #C49AB1 Lily

📋 copy color: '#C49AB1'

red 196 ◦ green 154 ◦ blue 177

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

Shades of Lily #C49AB1

Tints of Lily #C49AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.22%

 BLUE value IS 177 (69.53% from 255) = 33.59%

R = 37.19%
G = 29.22%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C49AB1 (or 0xC49AB1) is known color: Lily. HEX triplet: C4, 9A and B1. RGB value is (196,154,177). Sum of RGB (Red+Green+Blue) = 196+154+177=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AB1 is #3B654E. Grayscale: #A9A9A9. Windows color (decimal): -3892559 or 11639492. OLE color: 11639492.

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

Color convert

RGB 196 154 177 -
CMYK 0 0.21 0.10 0.23
HSL 327.14º 0.26% 0.69% -
HSV(B) 327.14º 0.21% 0.77% -
XYZ 42.26 38.02 46.71 -
YUV 169.18 132.41 147.13 -
System Red Green Blue C M Y K H S L
Decimal 196 154 177 0 0.21 0.10 0.23 327.14 0.26 0.69
Hex C4 9A B1 0 15 A 17 147 1A 45
Octal 304 232 261 0 25 12 27 507 32 105
Binary 11000100 10011010 10110001 0 10101 1010 10111 101000111 11010 1000101

Color Harmonies of #C49AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AB1

Black with #C49AB1

Text Example


Text Example

White with #C49AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AB1; }

 p { color: rgb(196,154,177); }

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

background-color css

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

 a { background-color: rgb(196,154,177); }

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

border-color css

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

 span { border-color: rgb(196,154,177); }

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