#C184AD

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

Shades of Lily #C184AD

Tints of Lily #C184AD

Color information

#C184AD (or 0xC184AD) is unknown color: approx Lily. HEX triplet: C1, 84 and AD. RGB value is (193,132,173). Sum of RGB (Red+Green+Blue) = 193+132+173=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 132 (51.95% from 255 or 26.51% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C184AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C184AD is #3E7B52. Grayscale: #9A9A9A. Windows color (decimal): -4094803 or 11371713. OLE color: 11371713.

HSL color Cylindrical-coordinate representation of color #C184AD: hue angle of 319.67º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C184AD is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB193132173-
CMYK00.320.100.24
HSL319.67º32.97%63.73%-
HSV(B)319.67º31.61%75.69%-
XYZ37.7930.8643.5-
YUV154.91138.21155.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 132 (51.95% from 255) = 26.51%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=38.76%
G=26.51%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313217300.320.100.24319.6732.9763.73
HexC184AD020A181402140
Octal301204255040123050041100
Binary11000001100001001010110101000001010110001010000001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C184AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C184AD; }

 p { color: rgb(193,132,173); }

 H1.HeaderClassName
 {
   color: #C184AD;
 }
 .AnyTagClassName
 {
   color: #C184AD;
 }
</style>
background-color css

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

 a { background-color: rgb(193,132,173); }

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

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

 span { border-color: rgb(193,132,173); }

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