Html Css Color HEX #C194AA Lily

📋 copy color: '#C194AA'

red 193 ◦ green 148 ◦ blue 170

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

Shades of Lily #C194AA

Tints of Lily #C194AA

RGB

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

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

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

R = 37.77%
G = 28.96%
B = 33.27%

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

#C194AA (or 0xC194AA) is known color: Lily. HEX triplet: C1, 94 and AA. RGB value is (193,148,170). Sum of RGB (Red+Green+Blue) = 193+148+170=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 170 (66.80% from 255 or 33.27% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C194AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C194AA is #3E6B55. Grayscale: #A3A3A3. Windows color (decimal): -4090710 or 11179201. OLE color: 11179201.

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

Color convert

RGB 193 148 170 -
CMYK 0 0.23 0.12 0.24
HSL 330.67º 0.27% 0.67% -
HSV(B) 330.67º 0.23% 0.76% -
XYZ 39.84 35.42 42.77 -
YUV 163.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 193 148 170 0 0.23 0.12 0.24 330.67 0.27 0.67
Hex C1 94 AA 0 17 C 18 14B 1B 43
Octal 301 224 252 0 27 14 30 513 33 103
Binary 11000001 10010100 10101010 0 10111 1100 11000 101001011 11011 1000011

Color Harmonies of #C194AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C194AA

Black with #C194AA

Text Example


Text Example

White with #C194AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C194AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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