#C18CB8

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

Shades of London Hue #C18CB8

Tints of London Hue #C18CB8

Color information

#C18CB8 (or 0xC18CB8) is unknown color: approx London Hue. HEX triplet: C1, 8C and B8. RGB value is (193,140,184). Sum of RGB (Red+Green+Blue) = 193+140+184=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 193 - color contains mainly: red. Hex color #C18CB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18CB8 is #3E7347. Grayscale: #A0A0A0. Windows color (decimal): -4092744 or 12094657. OLE color: 12094657.

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

Color convert

RGB193140184-
CMYK00.270.050.24
HSL310.19º29.94%65.29%-
HSV(B)310.19º27.46%75.69%-
XYZ40.0233.5549.71-
YUV160.86141.06150.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.33%
GREEN value IS 140 (55.08% from 255) = 27.08%
BLUE value IS 184 (72.27% from 255) = 35.59%
R=37.33%
G=27.08%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314018400.270.050.24310.1929.9465.29
HexC18CB801B5181361e41
Octal30121427003353046636101
Binary11000001100011001011100001101110111000100110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18CB8; }

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

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

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

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

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

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

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

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