#C184B0

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

Shades of London Hue #C184B0

Tints of London Hue #C184B0

Color information

#C184B0 (or 0xC184B0) is unknown color: approx London Hue. HEX triplet: C1, 84 and B0. RGB value is (193,132,176). Sum of RGB (Red+Green+Blue) = 193+132+176=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C184B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C184B0 is #3E7B4F. Grayscale: #9B9B9B. Windows color (decimal): -4094800 or 11568321. OLE color: 11568321.

HSL color Cylindrical-coordinate representation of color #C184B0: hue angle of 316.72º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C184B0 is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB193132176-
CMYK00.320.090.24
HSL316.72º32.97%63.73%-
HSV(B)316.72º31.61%75.69%-
XYZ38.0830.9745.05-
YUV155.26139.71154.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=38.52%
G=26.35%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313217600.320.090.24316.7232.9763.73
HexC184B002091813d2140
Octal301204260040113047541100
Binary11000001100001001011000001000001001110001001111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C184B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C184B0; }

 p { color: rgb(193,132,176); }

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

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

 a { background-color: rgb(193,132,176); }

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

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

 span { border-color: rgb(193,132,176); }

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