Html Css Color HEX #C491B0 Lily

📋 copy color: '#C491B0'

red 196 ◦ green 145 ◦ blue 176

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

Shades of Lily #C491B0

Tints of Lily #C491B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.04%

R = 37.91%
G = 28.05%
B = 34.04%

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

#C491B0 (or 0xC491B0) is known color: Lily. HEX triplet: C4, 91 and B0. RGB value is (196,145,176). Sum of RGB (Red+Green+Blue) = 196+145+176=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 176 (69.14% from 255 or 34.04% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C491B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C491B0 is #3B6E4F. Grayscale: #A3A3A3. Windows color (decimal): -3894864 or 11571652. OLE color: 11571652.

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

Color convert

RGB 196 145 176 -
CMYK 0 0.26 0.10 0.23
HSL 323.53º 0.3% 0.67% -
HSV(B) 323.53º 0.26% 0.77% -
XYZ 40.73 35.12 45.71 -
YUV 163.78 134.9 150.98 -
System Red Green Blue C M Y K H S L
Decimal 196 145 176 0 0.26 0.10 0.23 323.53 0.3 0.67
Hex C4 91 B0 0 1A A 17 144 1E 43
Octal 304 221 260 0 32 12 27 504 36 103
Binary 11000100 10010001 10110000 0 11010 1010 10111 101000100 11110 1000011

Color Harmonies of #C491B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C491B0

Black with #C491B0

Text Example


Text Example

White with #C491B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C491B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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