#C184AA

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

Shades of Lily #C184AA

Tints of Lily #C184AA

Color information

#C184AA (or 0xC184AA) is unknown color: approx Lily. HEX triplet: C1, 84 and AA. RGB value is (193,132,170). Sum of RGB (Red+Green+Blue) = 193+132+170=495 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.99% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 193 - color contains mainly: red. Hex color #C184AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C184AA is #3E7B55. Grayscale: #9A9A9A. Windows color (decimal): -4094806 or 11175105. OLE color: 11175105.

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

Color convert

RGB193132170-
CMYK00.320.120.24
HSL322.62º32.97%63.73%-
HSV(B)322.62º31.61%75.69%-
XYZ37.530.7441.99-
YUV154.57136.71155.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.99%
GREEN value IS 132 (51.95% from 255) = 26.67%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=38.99%
G=26.67%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313217000.320.120.24322.6232.9763.73
HexC184AA020C181432140
Octal301204252040143050341100
Binary11000001100001001010101001000001100110001010000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C184AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C184AA; }

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

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

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

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

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

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

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

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