#C18EBB

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

Shades of London Hue #C18EBB

Tints of London Hue #C18EBB

Color information

#C18EBB (or 0xC18EBB) is unknown color: approx London Hue. HEX triplet: C1, 8E and BB. RGB value is (193,142,187). Sum of RGB (Red+Green+Blue) = 193+142+187=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 193 - color contains mainly: red. Hex color #C18EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18EBB is #3E7144. Grayscale: #A2A2A2. Windows color (decimal): -4092229 or 12291777. OLE color: 12291777.

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

Color convert

RGB193142187-
CMYK00.260.030.24
HSL307.06º29.14%65.69%-
HSV(B)307.06º26.42%75.69%-
XYZ40.6334.2751.49-
YUV162.38141.9149.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.97%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 187 (73.44% from 255) = 35.82%
R=36.97%
G=27.20%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314218700.260.030.24307.0629.1465.69
HexC18EBB01A3181331d42
Octal30121627303233046335102
Binary1100000110001110101110110110101111000100110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18EBB; }

 p { color: rgb(193,142,187); }

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

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

 a { background-color: rgb(193,142,187); }

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

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

 span { border-color: rgb(193,142,187); }

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