#C18FB6

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

Shades of Lily #C18FB6

Tints of Lily #C18FB6

Color information

#C18FB6 (or 0xC18FB6) is unknown color: approx Lily. HEX triplet: C1, 8F and B6. RGB value is (193,143,182). Sum of RGB (Red+Green+Blue) = 193+143+182=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FB6 is #3E7049. Grayscale: #A2A2A2. Windows color (decimal): -4091978 or 11964353. OLE color: 11964353.

HSL color Cylindrical-coordinate representation of color #C18FB6: hue angle of 313.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18FB6 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB193143182-
CMYK00.260.060.24
HSL313.2º28.74%65.88%-
HSV(B)313.2º25.91%75.69%-
XYZ40.2634.3648.77-
YUV162.4139.06149.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.26%
GREEN value IS 143 (56.25% from 255) = 27.61%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=37.26%
G=27.61%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314318200.260.060.24313.228.7465.88
HexC18FB601A6181391d42
Octal30121726603263047135102
Binary11000001100011111011011001101011011000100111001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FB6; }

 p { color: rgb(193,143,182); }

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

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

 a { background-color: rgb(193,143,182); }

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

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

 span { border-color: rgb(193,143,182); }

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