Html Css Color HEX #C193AA Lily

📋 copy color: '#C193AA'

red 193 ◦ green 147 ◦ blue 170

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

Shades of Lily #C193AA

Tints of Lily #C193AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.33%

R = 37.84%
G = 28.82%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C193AA (or 0xC193AA) is known color: Lily. HEX triplet: C1, 93 and AA. RGB value is (193,147,170). Sum of RGB (Red+Green+Blue) = 193+147+170=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C193AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C193AA is #3E6C55. Grayscale: #A3A3A3. Windows color (decimal): -4090966 or 11178945. OLE color: 11178945.

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

Color convert

RGB 193 147 170 -
CMYK 0 0.24 0.12 0.24
HSL 330º 0.27% 0.67% -
HSV(B) 330º 0.24% 0.76% -
XYZ 39.68 35.11 42.72 -
YUV 163.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 193 147 170 0 0.24 0.12 0.24 330 0.27 0.67
Hex C1 93 AA 0 18 C 18 14A 1B 43
Octal 301 223 252 0 30 14 30 512 33 103
Binary 11000001 10010011 10101010 0 11000 1100 11000 101001010 11011 1000011

Color Harmonies of #C193AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C193AA

Black with #C193AA

Text Example


Text Example

White with #C193AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C193AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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