Html Css Color HEX #C191AD Lily

📋 copy color: '#C191AD'

red 193 ◦ green 145 ◦ blue 173

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

Shades of Lily #C191AD

Tints of Lily #C191AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.86%

R = 37.77%
G = 28.38%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C191AD (or 0xC191AD) is known color: Lily. HEX triplet: C1, 91 and AD. RGB value is (193,145,173). Sum of RGB (Red+Green+Blue) = 193+145+173=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C191AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C191AD is #3E6E52. Grayscale: #A2A2A2. Windows color (decimal): -4091475 or 11375041. OLE color: 11375041.

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

Color convert

RGB 193 145 173 -
CMYK 0 0.25 0.10 0.24
HSL 325º 0.28% 0.66% -
HSV(B) 325º 0.25% 0.76% -
XYZ 39.66 34.61 44.12 -
YUV 162.54 133.9 149.72 -
System Red Green Blue C M Y K H S L
Decimal 193 145 173 0 0.25 0.10 0.24 325 0.28 0.66
Hex C1 91 AD 0 19 A 18 145 1C 42
Octal 301 221 255 0 31 12 30 505 34 102
Binary 11000001 10010001 10101101 0 11001 1010 11000 101000101 11100 1000010

Color Harmonies of #C191AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C191AD

Black with #C191AD

Text Example


Text Example

White with #C191AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C191AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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