#C18BAC

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

Shades of Lily #C18BAC

Tints of Lily #C18BAC

Color information

#C18BAC (or 0xC18BAC) is unknown color: approx Lily. HEX triplet: C1, 8B and AC. RGB value is (193,139,172). Sum of RGB (Red+Green+Blue) = 193+139+172=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 139 (54.69% from 255 or 27.58% from 504); Blue value is 172 (67.58% from 255 or 34.13% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C18BAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18BAC is #3E7453. Grayscale: #9E9E9E. Windows color (decimal): -4093012 or 11307969. OLE color: 11307969.

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

Color convert

RGB193139172-
CMYK00.280.110.24
HSL323.33º30.34%65.1%-
HSV(B)323.33º27.98%75.69%-
XYZ38.6732.7843.32-
YUV158.91135.39152.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.29%
GREEN value IS 139 (54.69% from 255) = 27.58%
BLUE value IS 172 (67.58% from 255) = 34.13%
R=38.29%
G=27.58%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313917200.280.110.24323.3330.3465.1
HexC18BAC01CB181431e41
Octal301213254034133050336101
Binary110000011000101110101100011100101111000101000011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18BAC; }

 p { color: rgb(193,139,172); }

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

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

 a { background-color: rgb(193,139,172); }

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

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

 span { border-color: rgb(193,139,172); }

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