#C194AF

Color #C194AF Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C194AF

Tints of Lily #C194AF

Color information

#C194AF (or 0xC194AF) is unknown color: approx 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

RGB193148175-
CMYK00.230.090.24
HSL324º26.63%66.86%-
HSV(B)324º23.32%75.69%-
XYZ40.3235.6145.31-
YUV164.53133.91148.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.40%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 175 (68.75% from 255) = 33.91%
R=37.40%
G=28.68%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314817500.230.090.2432426.6366.86
HexC194AF0179181441b43
Octal301224257027113050433103
Binary110000011001010010101111010111100111000101000100110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>