Html Css Color HEX #C191AA Lily

📋 copy color: '#C191AA'

red 193 ◦ green 145 ◦ blue 170

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

Shades of Lily #C191AA

Tints of Lily #C191AA

RGB

 RED value IS 193 (75.78% from 255) = 37.99%

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

 BLUE value IS 170 (66.8% from 255) = 33.46%

R = 37.99%
G = 28.54%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C191AA (or 0xC191AA) is known color: Lily. HEX triplet: C1, 91 and AA. RGB value is (193,145,170). Sum of RGB (Red+Green+Blue) = 193+145+170=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 193 - color contains mainly: red. Hex color #C191AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C191AA is #3E6E55. Grayscale: #A2A2A2. Windows color (decimal): -4091478 or 11178433. OLE color: 11178433.

HSL color Cylindrical-coordinate representation of color #C191AA: hue angle of 328.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C191AA is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 145 170 -
CMYK 0 0.25 0.12 0.24
HSL 328.75º 0.28% 0.66% -
HSV(B) 328.75º 0.25% 0.76% -
XYZ 39.37 34.49 42.61 -
YUV 162.2 132.4 149.97 -
System Red Green Blue C M Y K H S L
Decimal 193 145 170 0 0.25 0.12 0.24 328.75 0.28 0.66
Hex C1 91 AA 0 19 C 18 149 1C 42
Octal 301 221 252 0 31 14 30 511 34 102
Binary 11000001 10010001 10101010 0 11001 1100 11000 101001001 11100 1000010

Color Harmonies of #C191AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C191AA

Black with #C191AA

Text Example


Text Example

White with #C191AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C191AA; }

 p { color: rgb(193,145,170); }

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

background-color css

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

 a { background-color: rgb(193,145,170); }

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

border-color css

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

 span { border-color: rgb(193,145,170); }

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