#C18FB9

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

Shades of London Hue #C18FB9

Tints of London Hue #C18FB9

Color information

#C18FB9 (or 0xC18FB9) is unknown color: approx London Hue. HEX triplet: C1, 8F and B9. RGB value is (193,143,185). Sum of RGB (Red+Green+Blue) = 193+143+185=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FB9 is #3E7046. Grayscale: #A2A2A2. Windows color (decimal): -4091975 or 12160961. OLE color: 12160961.

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

Color convert

RGB193143185-
CMYK00.260.040.24
HSL309.6º28.74%65.88%-
HSV(B)309.6º25.91%75.69%-
XYZ40.5734.4950.42-
YUV162.74140.56149.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 143 (56.25% from 255) = 27.45%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=37.04%
G=27.45%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314318500.260.040.24309.628.7465.88
HexC18FB901A4181361d42
Octal30121727103243046635102
Binary11000001100011111011100101101010011000100110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FB9; }

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

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

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

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

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

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

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

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