Html Css Color HEX #C49AB9 Lily

📋 copy color: '#C49AB9'

red 196 ◦ green 154 ◦ blue 185

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

Shades of Lily #C49AB9

Tints of Lily #C49AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.58%

R = 36.64%
G = 28.79%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C49AB9 (or 0xC49AB9) is known color: Lily. HEX triplet: C4, 9A and B9. RGB value is (196,154,185). Sum of RGB (Red+Green+Blue) = 196+154+185=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AB9 is #3B6546. Grayscale: #AAAAAA. Windows color (decimal): -3892551 or 12163780. OLE color: 12163780.

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

Color convert

RGB 196 154 185 -
CMYK 0 0.21 0.06 0.23
HSL 315.71º 0.26% 0.69% -
HSV(B) 315.71º 0.21% 0.77% -
XYZ 43.08 38.35 51.03 -
YUV 170.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 196 154 185 0 0.21 0.06 0.23 315.71 0.26 0.69
Hex C4 9A B9 0 15 6 17 13C 1A 45
Octal 304 232 271 0 25 6 27 474 32 105
Binary 11000100 10011010 10111001 0 10101 110 10111 100111100 11010 1000101

Color Harmonies of #C49AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AB9

Black with #C49AB9

Text Example


Text Example

White with #C49AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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