#C382B9

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

Shades of London Hue #C382B9

Tints of London Hue #C382B9

Color information

#C382B9 (or 0xC382B9) is unknown color: approx London Hue. HEX triplet: C3, 82 and B9. RGB value is (195,130,185). Sum of RGB (Red+Green+Blue) = 195+130+185=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C382B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382B9 is #3C7D46. Grayscale: #9B9B9B. Windows color (decimal): -3964231 or 12157635. OLE color: 12157635.

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

Color convert

RGB195130185-
CMYK00.330.050.24
HSL309.23º35.14%63.73%-
HSV(B)309.23º33.33%76.47%-
XYZ39.2531.0749.83-
YUV155.71144.53156.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 185 (72.66% from 255) = 36.27%
R=38.24%
G=25.49%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513018500.330.050.24309.2335.1463.73
HexC382B90215181352340
Octal30320227104153046543100
Binary1100001110000010101110010100001101110001001101011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382B9; }

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

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

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

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

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

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

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

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