Html Css Color HEX #C491AA Lily

📋 copy color: '#C491AA'

red 196 ◦ green 145 ◦ blue 170

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

Shades of Lily #C491AA

Tints of Lily #C491AA

RGB

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

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

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

R = 38.36%
G = 28.38%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C491AA (or 0xC491AA) is known color: Lily. HEX triplet: C4, 91 and AA. RGB value is (196,145,170). Sum of RGB (Red+Green+Blue) = 196+145+170=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C491AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C491AA is #3B6E55. Grayscale: #A3A3A3. Windows color (decimal): -3894870 or 11178436. OLE color: 11178436.

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

Color convert

RGB 196 145 170 -
CMYK 0 0.26 0.13 0.23
HSL 330.59º 0.3% 0.67% -
HSV(B) 330.59º 0.26% 0.77% -
XYZ 40.15 34.89 42.65 -
YUV 163.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 196 145 170 0 0.26 0.13 0.23 330.59 0.3 0.67
Hex C4 91 AA 0 1A D 17 14B 1E 43
Octal 304 221 252 0 32 15 27 513 36 103
Binary 11000100 10010001 10101010 0 11010 1101 10111 101001011 11110 1000011

Color Harmonies of #C491AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491AA

Black with #C491AA

Text Example


Text Example

White with #C491AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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