Html Css Color HEX #C191AF Lily

📋 copy color: '#C191AF'

red 193 ◦ green 145 ◦ blue 175

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

Shades of Lily #C191AF

Tints of Lily #C191AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.11%

R = 37.62%
G = 28.27%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C191AF (or 0xC191AF) is known color: Lily. HEX triplet: C1, 91 and AF. RGB value is (193,145,175). Sum of RGB (Red+Green+Blue) = 193+145+175=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C191AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C191AF is #3E6E50. Grayscale: #A2A2A2. Windows color (decimal): -4091473 or 11506113. OLE color: 11506113.

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

Color convert

RGB 193 145 175 -
CMYK 0 0.25 0.09 0.24
HSL 322.5º 0.28% 0.66% -
HSV(B) 322.5º 0.25% 0.76% -
XYZ 39.86 34.68 45.15 -
YUV 162.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 193 145 175 0 0.25 0.09 0.24 322.5 0.28 0.66
Hex C1 91 AF 0 19 9 18 142 1C 42
Octal 301 221 257 0 31 11 30 502 34 102
Binary 11000001 10010001 10101111 0 11001 1001 11000 101000010 11100 1000010

Color Harmonies of #C191AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C191AF

Black with #C191AF

Text Example


Text Example

White with #C191AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C191AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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