#C18CBC

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

Shades of London Hue #C18CBC

Tints of London Hue #C18CBC

Color information

#C18CBC (or 0xC18CBC) is unknown color: approx London Hue. HEX triplet: C1, 8C and BC. RGB value is (193,140,188). Sum of RGB (Red+Green+Blue) = 193+140+188=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C18CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CBC is #3E7343. Grayscale: #A1A1A1. Windows color (decimal): -4092740 or 12356801. OLE color: 12356801.

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

Color convert

RGB193140188-
CMYK00.270.030.24
HSL305.66º29.94%65.29%-
HSV(B)305.66º27.46%75.69%-
XYZ40.4533.7251.95-
YUV161.32143.06150.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 140 (55.08% from 255) = 26.87%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=37.04%
G=26.87%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314018800.270.030.24305.6629.9465.29
HexC18CBC01B3181321e41
Octal30121427403333046236101
Binary1100000110001100101111000110111111000100110010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18CBC; }

 p { color: rgb(193,140,188); }

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

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

 a { background-color: rgb(193,140,188); }

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

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

 span { border-color: rgb(193,140,188); }

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