Html Css Color HEX #C194AC Lily

📋 copy color: '#C194AC'

red 193 ◦ green 148 ◦ blue 172

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

Shades of Lily #C194AC

Tints of Lily #C194AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.53%

R = 37.62%
G = 28.85%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C194AC (or 0xC194AC) is known color: Lily. HEX triplet: C1, 94 and AC. RGB value is (193,148,172). Sum of RGB (Red+Green+Blue) = 193+148+172=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C194AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C194AC is #3E6B53. Grayscale: #A4A4A4. Windows color (decimal): -4090708 or 11310273. OLE color: 11310273.

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

Color convert

RGB 193 148 172 -
CMYK 0 0.23 0.11 0.24
HSL 328º 0.27% 0.67% -
HSV(B) 328º 0.23% 0.76% -
XYZ 40.03 35.5 43.77 -
YUV 164.19 132.41 148.55 -
System Red Green Blue C M Y K H S L
Decimal 193 148 172 0 0.23 0.11 0.24 328 0.27 0.67
Hex C1 94 AC 0 17 B 18 148 1B 43
Octal 301 224 254 0 27 13 30 510 33 103
Binary 11000001 10010100 10101100 0 10111 1011 11000 101001000 11011 1000011

Color Harmonies of #C194AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194AC

Black with #C194AC

Text Example


Text Example

White with #C194AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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