Html Css Color HEX #C49AB8 Lily

📋 copy color: '#C49AB8'

red 196 ◦ green 154 ◦ blue 184

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

Shades of Lily #C49AB8

Tints of Lily #C49AB8

RGB

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

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

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

R = 36.7%
G = 28.84%
B = 34.46%

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

#C49AB8 (or 0xC49AB8) is known color: Lily. HEX triplet: C4, 9A and B8. RGB value is (196,154,184). Sum of RGB (Red+Green+Blue) = 196+154+184=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 184 (72.27% from 255 or 34.46% from 534); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49AB8 is #3B6547. Grayscale: #A9A9A9. Windows color (decimal): -3892552 or 12098244. OLE color: 12098244.

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

Color convert

RGB 196 154 184 -
CMYK 0 0.21 0.06 0.23
HSL 317.14º 0.26% 0.69% -
HSV(B) 317.14º 0.21% 0.77% -
XYZ 42.97 38.31 50.48 -
YUV 169.98 135.91 146.56 -
System Red Green Blue C M Y K H S L
Decimal 196 154 184 0 0.21 0.06 0.23 317.14 0.26 0.69
Hex C4 9A B8 0 15 6 17 13D 1A 45
Octal 304 232 270 0 25 6 27 475 32 105
Binary 11000100 10011010 10111000 0 10101 110 10111 100111101 11010 1000101

Color Harmonies of #C49AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AB8

Black with #C49AB8

Text Example


Text Example

White with #C49AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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