Html Css Color HEX #C491B1 Lily

📋 copy color: '#C491B1'

red 196 ◦ green 145 ◦ blue 177

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

Shades of Lily #C491B1

Tints of Lily #C491B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.17%

R = 37.84%
G = 27.99%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C491B1 (or 0xC491B1) is known color: Lily. HEX triplet: C4, 91 and B1. RGB value is (196,145,177). Sum of RGB (Red+Green+Blue) = 196+145+177=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C491B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C491B1 is #3B6E4E. Grayscale: #A3A3A3. Windows color (decimal): -3894863 or 11637188. OLE color: 11637188.

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

Color convert

RGB 196 145 177 -
CMYK 0 0.26 0.10 0.23
HSL 322.35º 0.3% 0.67% -
HSV(B) 322.35º 0.26% 0.77% -
XYZ 40.83 35.16 46.23 -
YUV 163.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 196 145 177 0 0.26 0.10 0.23 322.35 0.3 0.67
Hex C4 91 B1 0 1A A 17 142 1E 43
Octal 304 221 261 0 32 12 27 502 36 103
Binary 11000100 10010001 10110001 0 11010 1010 10111 101000010 11110 1000011

Color Harmonies of #C491B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491B1

Black with #C491B1

Text Example


Text Example

White with #C491B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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