#C382B2

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

Shades of London Hue #C382B2

Tints of London Hue #C382B2

Color information

#C382B2 (or 0xC382B2) is unknown color: approx London Hue. HEX triplet: C3, 82 and B2. RGB value is (195,130,178). Sum of RGB (Red+Green+Blue) = 195+130+178=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C382B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C382B2 is #3C7D4D. Grayscale: #9A9A9A. Windows color (decimal): -3964238 or 11698883. OLE color: 11698883.

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

Color convert

RGB195130178-
CMYK00.330.090.24
HSL315.69º35.14%63.73%-
HSV(B)315.69º33.33%76.47%-
XYZ38.5230.7846.03-
YUV154.91141.03156.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 130 (51.17% from 255) = 25.84%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=38.77%
G=25.84%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513017800.330.090.24315.6935.1463.73
HexC382B202191813c2340
Octal303202262041113047443100
Binary11000011100000101011001001000011001110001001111001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382B2; }

 p { color: rgb(195,130,178); }

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

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

 a { background-color: rgb(195,130,178); }

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

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

 span { border-color: rgb(195,130,178); }

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