Html Css Color HEX #C491B2 Lily

📋 copy color: '#C491B2'

red 196 ◦ green 145 ◦ blue 178

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

Shades of Lily #C491B2

Tints of Lily #C491B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.3%

R = 37.76%
G = 27.94%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C491B2 (or 0xC491B2) is known color: Lily. HEX triplet: C4, 91 and B2. RGB value is (196,145,178). Sum of RGB (Red+Green+Blue) = 196+145+178=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 178 (69.92% from 255 or 34.30% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C491B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C491B2 is #3B6E4D. Grayscale: #A3A3A3. Windows color (decimal): -3894862 or 11702724. OLE color: 11702724.

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

Color convert

RGB 196 145 178 -
CMYK 0 0.26 0.09 0.23
HSL 321.18º 0.3% 0.67% -
HSV(B) 321.18º 0.26% 0.77% -
XYZ 40.93 35.2 46.76 -
YUV 164.01 135.9 150.82 -
System Red Green Blue C M Y K H S L
Decimal 196 145 178 0 0.26 0.09 0.23 321.18 0.3 0.67
Hex C4 91 B2 0 1A 9 17 141 1E 43
Octal 304 221 262 0 32 11 27 501 36 103
Binary 11000100 10010001 10110010 0 11010 1001 10111 101000001 11110 1000011

Color Harmonies of #C491B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491B2

Black with #C491B2

Text Example


Text Example

White with #C491B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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