Html Css Color HEX #C492AD Lily

📋 copy color: '#C492AD'

red 196 ◦ green 146 ◦ blue 173

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

Shades of Lily #C492AD

Tints of Lily #C492AD

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.35%

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

R = 38.06%
G = 28.35%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C492AD (or 0xC492AD) is known color: Lily. HEX triplet: C4, 92 and AD. RGB value is (196,146,173). Sum of RGB (Red+Green+Blue) = 196+146+173=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C492AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C492AD is #3B6D52. Grayscale: #A3A3A3. Windows color (decimal): -3894611 or 11375300. OLE color: 11375300.

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

Color convert

RGB 196 146 173 -
CMYK 0 0.26 0.12 0.23
HSL 327.6º 0.3% 0.67% -
HSV(B) 327.6º 0.26% 0.77% -
XYZ 40.59 35.31 44.21 -
YUV 164.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 196 146 173 0 0.26 0.12 0.23 327.6 0.3 0.67
Hex C4 92 AD 0 1A C 17 148 1E 43
Octal 304 222 255 0 32 14 27 510 36 103
Binary 11000100 10010010 10101101 0 11010 1100 10111 101001000 11110 1000011

Color Harmonies of #C492AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C492AD

Black with #C492AD

Text Example


Text Example

White with #C492AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C492AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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