Html Css Color HEX #C194AF Lily

📋 copy color: '#C194AF'

red 193 ◦ green 148 ◦ blue 175

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

Shades of Lily #C194AF

Tints of Lily #C194AF

RGB

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

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

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

R = 37.4%
G = 28.68%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C194AF (or 0xC194AF) is known color: Lily. HEX triplet: C1, 94 and AF. RGB value is (193,148,175). Sum of RGB (Red+Green+Blue) = 193+148+175=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C194AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C194AF is #3E6B50. Grayscale: #A4A4A4. Windows color (decimal): -4090705 or 11506881. OLE color: 11506881.

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

Color convert

RGB 193 148 175 -
CMYK 0 0.23 0.09 0.24
HSL 324º 0.27% 0.67% -
HSV(B) 324º 0.23% 0.76% -
XYZ 40.32 35.61 45.31 -
YUV 164.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 193 148 175 0 0.23 0.09 0.24 324 0.27 0.67
Hex C1 94 AF 0 17 9 18 144 1B 43
Octal 301 224 257 0 27 11 30 504 33 103
Binary 11000001 10010100 10101111 0 10111 1001 11000 101000100 11011 1000011

Color Harmonies of #C194AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194AF

Black with #C194AF

Text Example


Text Example

White with #C194AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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