Html Css Color HEX #C49DAD Lily

📋 copy color: '#C49DAD'

red 196 ◦ green 157 ◦ blue 173

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

Shades of Lily #C49DAD

Tints of Lily #C49DAD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.85%

 BLUE value IS 173 (67.97% from 255) = 32.89%

R = 37.26%
G = 29.85%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C49DAD (or 0xC49DAD) is known color: Lily. HEX triplet: C4, 9D and AD. RGB value is (196,157,173). Sum of RGB (Red+Green+Blue) = 196+157+173=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 157 (61.72% from 255 or 29.85% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C49DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49DAD is #3B6252. Grayscale: #AAAAAA. Windows color (decimal): -3891795 or 11378116. OLE color: 11378116.

HSL color Cylindrical-coordinate representation of color #C49DAD: hue angle of 335.38º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C49DAD is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 157 173 -
CMYK 0 0.20 0.12 0.23
HSL 335.38º 0.25% 0.69% -
HSV(B) 335.38º 0.2% 0.77% -
XYZ 42.36 38.87 44.8 -
YUV 170.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 196 157 173 0 0.20 0.12 0.23 335.38 0.25 0.69
Hex C4 9D AD 0 14 C 17 14F 19 45
Octal 304 235 255 0 24 14 27 517 31 105
Binary 11000100 10011101 10101101 0 10100 1100 10111 101001111 11001 1000101

Color Harmonies of #C49DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DAD

Black with #C49DAD

Text Example


Text Example

White with #C49DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DAD; }

 p { color: rgb(196,157,173); }

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

background-color css

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

 a { background-color: rgb(196,157,173); }

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

border-color css

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

 span { border-color: rgb(196,157,173); }

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