Html Css Color HEX #C497AB Lily

📋 copy color: '#C497AB'

red 196 ◦ green 151 ◦ blue 171

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

Shades of Lily #C497AB

Tints of Lily #C497AB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

 BLUE value IS 171 (67.19% from 255) = 33.01%

R = 37.84%
G = 29.15%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C497AB (or 0xC497AB) is known color: Lily. HEX triplet: C4, 97 and AB. RGB value is (196,151,171). Sum of RGB (Red+Green+Blue) = 196+151+171=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C497AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C497AB is #3B6854. Grayscale: #A6A6A6. Windows color (decimal): -3893333 or 11245508. OLE color: 11245508.

HSL color Cylindrical-coordinate representation of color #C497AB: hue angle of 333.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C497AB is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 151 171 -
CMYK 0 0.23 0.13 0.23
HSL 333.33º 0.28% 0.68% -
HSV(B) 333.33º 0.23% 0.77% -
XYZ 41.18 36.81 43.46 -
YUV 166.74 130.41 148.87 -
System Red Green Blue C M Y K H S L
Decimal 196 151 171 0 0.23 0.13 0.23 333.33 0.28 0.68
Hex C4 97 AB 0 17 D 17 14D 1C 44
Octal 304 227 253 0 27 15 27 515 34 104
Binary 11000100 10010111 10101011 0 10111 1101 10111 101001101 11100 1000100

Color Harmonies of #C497AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C497AB

Black with #C497AB

Text Example


Text Example

White with #C497AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C497AB; }

 p { color: rgb(196,151,171); }

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

background-color css

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

 a { background-color: rgb(196,151,171); }

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

border-color css

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

 span { border-color: rgb(196,151,171); }

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