Html Css Color HEX #C491AE Lily

📋 copy color: '#C491AE'

red 196 ◦ green 145 ◦ blue 174

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

Shades of Lily #C491AE

Tints of Lily #C491AE

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.16%

 BLUE value IS 174 (68.36% from 255) = 33.79%

R = 38.06%
G = 28.16%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C491AE (or 0xC491AE) is known color: Lily. HEX triplet: C4, 91 and AE. RGB value is (196,145,174). Sum of RGB (Red+Green+Blue) = 196+145+174=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 174 (68.36% from 255 or 33.79% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C491AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C491AE is #3B6E51. Grayscale: #A3A3A3. Windows color (decimal): -3894866 or 11440580. OLE color: 11440580.

HSL color Cylindrical-coordinate representation of color #C491AE: hue angle of 325.88º 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 #C491AE is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 145 174 -
CMYK 0 0.26 0.11 0.23
HSL 325.88º 0.3% 0.67% -
HSV(B) 325.88º 0.26% 0.77% -
XYZ 40.53 35.04 44.67 -
YUV 163.56 133.9 151.14 -
System Red Green Blue C M Y K H S L
Decimal 196 145 174 0 0.26 0.11 0.23 325.88 0.3 0.67
Hex C4 91 AE 0 1A B 17 146 1E 43
Octal 304 221 256 0 32 13 27 506 36 103
Binary 11000100 10010001 10101110 0 11010 1011 10111 101000110 11110 1000011

Color Harmonies of #C491AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491AE

Black with #C491AE

Text Example


Text Example

White with #C491AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491AE; }

 p { color: rgb(196,145,174); }

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

background-color css

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

 a { background-color: rgb(196,145,174); }

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

border-color css

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

 span { border-color: rgb(196,145,174); }

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