#C182BD

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

Shades of London Hue #C182BD

Tints of London Hue #C182BD

Color information

#C182BD (or 0xC182BD) is unknown color: approx London Hue. HEX triplet: C1, 82 and BD. RGB value is (193,130,189). Sum of RGB (Red+Green+Blue) = 193+130+189=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 193 - color contains mainly: red. Hex color #C182BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C182BD is #3E7D42. Grayscale: #9B9B9B. Windows color (decimal): -4095299 or 12419777. OLE color: 12419777.

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

Color convert

RGB193130189-
CMYK00.330.020.24
HSL303.81º33.69%63.33%-
HSV(B)303.81º32.64%75.69%-
XYZ39.1630.9852.06-
YUV155.56146.87154.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.70%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=37.70%
G=25.39%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313018900.330.020.24303.8133.6963.33
HexC182BD021218130223f
Octal3012022750412304604277
Binary11000001100000101011110101000011011000100110000100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C182BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C182BD; }

 p { color: rgb(193,130,189); }

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

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

 a { background-color: rgb(193,130,189); }

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

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

 span { border-color: rgb(193,130,189); }

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