Html Css Color HEX #C491AF Lily

📋 copy color: '#C491AF'

red 196 ◦ green 145 ◦ blue 175

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

Shades of Lily #C491AF

Tints of Lily #C491AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.91%

R = 37.98%
G = 28.1%
B = 33.91%

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

#C491AF (or 0xC491AF) is known color: Lily. HEX triplet: C4, 91 and AF. RGB value is (196,145,175). Sum of RGB (Red+Green+Blue) = 196+145+175=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C491AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C491AF is #3B6E50. Grayscale: #A3A3A3. Windows color (decimal): -3894865 or 11506116. OLE color: 11506116.

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

Color convert

RGB 196 145 175 -
CMYK 0 0.26 0.11 0.23
HSL 324.71º 0.3% 0.67% -
HSV(B) 324.71º 0.26% 0.77% -
XYZ 40.63 35.08 45.19 -
YUV 163.67 134.4 151.06 -
System Red Green Blue C M Y K H S L
Decimal 196 145 175 0 0.26 0.11 0.23 324.71 0.3 0.67
Hex C4 91 AF 0 1A B 17 145 1E 43
Octal 304 221 257 0 32 13 27 505 36 103
Binary 11000100 10010001 10101111 0 11010 1011 10111 101000101 11110 1000011

Color Harmonies of #C491AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491AF

Black with #C491AF

Text Example


Text Example

White with #C491AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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