#C182AB

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

Shades of Lily #C182AB

Tints of Lily #C182AB

Color information

#C182AB (or 0xC182AB) is unknown color: approx Lily. HEX triplet: C1, 82 and AB. RGB value is (193,130,171). Sum of RGB (Red+Green+Blue) = 193+130+171=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 130 (51.17% from 255 or 26.32% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C182AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C182AB is #3E7D54. Grayscale: #999999. Windows color (decimal): -4095317 or 11240129. OLE color: 11240129.

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

Color convert

RGB193130171-
CMYK00.330.110.24
HSL320.95º33.69%63.33%-
HSV(B)320.95º32.64%75.69%-
XYZ37.3330.2442.4-
YUV153.51137.87156.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 130 (51.17% from 255) = 26.32%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=39.07%
G=26.32%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313017100.330.110.24320.9533.6963.33
HexC182AB021B18141223f
Octal30120225304113305014277
Binary1100000110000010101010110100001101111000101000001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182AB; }

 p { color: rgb(193,130,171); }

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

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

 a { background-color: rgb(193,130,171); }

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

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

 span { border-color: rgb(193,130,171); }

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