Html Css Color HEX #C491BA Lily

📋 copy color: '#C491BA'

red 196 ◦ green 145 ◦ blue 186

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

Shades of Lily #C491BA

Tints of Lily #C491BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.29%

R = 37.19%
G = 27.51%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C491BA (or 0xC491BA) is known color: Lily. HEX triplet: C4, 91 and BA. RGB value is (196,145,186). Sum of RGB (Red+Green+Blue) = 196+145+186=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 186 (73.05% from 255 or 35.29% from 527); Max value from RGB is 196 - color contains mainly: red. Hex color #C491BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C491BA is #3B6E45. Grayscale: #A4A4A4. Windows color (decimal): -3894854 or 12227012. OLE color: 12227012.

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

Color convert

RGB 196 145 186 -
CMYK 0 0.26 0.05 0.23
HSL 311.76º 0.3% 0.67% -
HSV(B) 311.76º 0.26% 0.77% -
XYZ 41.75 35.53 51.11 -
YUV 164.92 139.9 150.17 -
System Red Green Blue C M Y K H S L
Decimal 196 145 186 0 0.26 0.05 0.23 311.76 0.3 0.67
Hex C4 91 BA 0 1A 5 17 138 1E 43
Octal 304 221 272 0 32 5 27 470 36 103
Binary 11000100 10010001 10111010 0 11010 101 10111 100111000 11110 1000011

Color Harmonies of #C491BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491BA

Black with #C491BA

Text Example


Text Example

White with #C491BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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