Html Css Color HEX #C490AC Lily

📋 copy color: '#C490AC'

red 196 ◦ green 144 ◦ blue 172

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

Shades of Lily #C490AC

Tints of Lily #C490AC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.13%

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 38.28%
G = 28.13%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C490AC (or 0xC490AC) is known color: Lily. HEX triplet: C4, 90 and AC. RGB value is (196,144,172). Sum of RGB (Red+Green+Blue) = 196+144+172=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C490AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C490AC is #3B6F53. Grayscale: #A2A2A2. Windows color (decimal): -3895124 or 11309252. OLE color: 11309252.

HSL color Cylindrical-coordinate representation of color #C490AC: hue angle of 327.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C490AC is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 144 172 -
CMYK 0 0.27 0.12 0.23
HSL 327.69º 0.31% 0.67% -
HSV(B) 327.69º 0.27% 0.77% -
XYZ 40.18 34.66 43.6 -
YUV 162.74 133.23 151.72 -
System Red Green Blue C M Y K H S L
Decimal 196 144 172 0 0.27 0.12 0.23 327.69 0.31 0.67
Hex C4 90 AC 0 1B C 17 148 1F 43
Octal 304 220 254 0 33 14 27 510 37 103
Binary 11000100 10010000 10101100 0 11011 1100 10111 101001000 11111 1000011

Color Harmonies of #C490AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C490AC

Black with #C490AC

Text Example


Text Example

White with #C490AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C490AC; }

 p { color: rgb(196,144,172); }

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

background-color css

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

 a { background-color: rgb(196,144,172); }

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

border-color css

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

 span { border-color: rgb(196,144,172); }

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