Html Css Color HEX #C193AF Lily

📋 copy color: '#C193AF'

red 193 ◦ green 147 ◦ blue 175

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

Shades of Lily #C193AF

Tints of Lily #C193AF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.54%

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

R = 37.48%
G = 28.54%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C193AF (or 0xC193AF) is known color: Lily. HEX triplet: C1, 93 and AF. RGB value is (193,147,175). Sum of RGB (Red+Green+Blue) = 193+147+175=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C193AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193AF is #3E6C50. Grayscale: #A3A3A3. Windows color (decimal): -4090961 or 11506625. OLE color: 11506625.

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

Color convert

RGB 193 147 175 -
CMYK 0 0.24 0.09 0.24
HSL 323.48º 0.27% 0.67% -
HSV(B) 323.48º 0.24% 0.76% -
XYZ 40.16 35.3 45.25 -
YUV 163.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 193 147 175 0 0.24 0.09 0.24 323.48 0.27 0.67
Hex C1 93 AF 0 18 9 18 143 1B 43
Octal 301 223 257 0 30 11 30 503 33 103
Binary 11000001 10010011 10101111 0 11000 1001 11000 101000011 11011 1000011

Color Harmonies of #C193AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193AF

Black with #C193AF

Text Example


Text Example

White with #C193AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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