Html Css Color HEX #C494AA Lily

📋 copy color: '#C494AA'

red 196 ◦ green 148 ◦ blue 170

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

Shades of Lily #C494AA

Tints of Lily #C494AA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.79%

 BLUE value IS 170 (66.8% from 255) = 33.07%

R = 38.13%
G = 28.79%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C494AA (or 0xC494AA) is known color: Lily. HEX triplet: C4, 94 and AA. RGB value is (196,148,170). Sum of RGB (Red+Green+Blue) = 196+148+170=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 170 (66.80% from 255 or 33.07% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C494AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C494AA is #3B6B55. Grayscale: #A4A4A4. Windows color (decimal): -3894102 or 11179204. OLE color: 11179204.

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

Color convert

RGB 196 148 170 -
CMYK 0 0.24 0.13 0.23
HSL 332.5º 0.29% 0.67% -
HSV(B) 332.5º 0.24% 0.77% -
XYZ 40.61 35.82 42.8 -
YUV 164.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 196 148 170 0 0.24 0.13 0.23 332.5 0.29 0.67
Hex C4 94 AA 0 18 D 17 14C 1D 43
Octal 304 224 252 0 30 15 27 514 35 103
Binary 11000100 10010100 10101010 0 11000 1101 10111 101001100 11101 1000011

Color Harmonies of #C494AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C494AA

Black with #C494AA

Text Example


Text Example

White with #C494AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C494AA; }

 p { color: rgb(196,148,170); }

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

background-color css

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

 a { background-color: rgb(196,148,170); }

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

border-color css

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

 span { border-color: rgb(196,148,170); }

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