Html Css Color HEX #C194A9 Lily

📋 copy color: '#C194A9'

red 193 ◦ green 148 ◦ blue 169

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

Shades of Lily #C194A9

Tints of Lily #C194A9

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.02%

 BLUE value IS 169 (66.41% from 255) = 33.14%

R = 37.84%
G = 29.02%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C194A9 (or 0xC194A9) is known color: Lily. HEX triplet: C1, 94 and A9. RGB value is (193,148,169). Sum of RGB (Red+Green+Blue) = 193+148+169=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 169 (66.41% from 255 or 33.14% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C194A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C194A9 is #3E6B56. Grayscale: #A3A3A3. Windows color (decimal): -4090711 or 11113665. OLE color: 11113665.

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

Color convert

RGB 193 148 169 -
CMYK 0 0.23 0.12 0.24
HSL 332º 0.27% 0.67% -
HSV(B) 332º 0.23% 0.76% -
XYZ 39.74 35.38 42.27 -
YUV 163.85 130.91 148.79 -
System Red Green Blue C M Y K H S L
Decimal 193 148 169 0 0.23 0.12 0.24 332 0.27 0.67
Hex C1 94 A9 0 17 C 18 14C 1B 43
Octal 301 224 251 0 27 14 30 514 33 103
Binary 11000001 10010100 10101001 0 10111 1100 11000 101001100 11011 1000011

Color Harmonies of #C194A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194A9

Black with #C194A9

Text Example


Text Example

White with #C194A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194A9; }

 p { color: rgb(193,148,169); }

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

background-color css

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

 a { background-color: rgb(193,148,169); }

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

border-color css

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

 span { border-color: rgb(193,148,169); }

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