#C382BB

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

Shades of London Hue #C382BB

Tints of London Hue #C382BB

Color information

#C382BB (or 0xC382BB) is unknown color: approx London Hue. HEX triplet: C3, 82 and BB. RGB value is (195,130,187). Sum of RGB (Red+Green+Blue) = 195+130+187=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C382BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382BB is #3C7D44. Grayscale: #9B9B9B. Windows color (decimal): -3964229 or 12288707. OLE color: 12288707.

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

Color convert

RGB195130187-
CMYK00.330.040.24
HSL307.38º35.14%63.73%-
HSV(B)307.38º33.33%76.47%-
XYZ39.4631.1650.95-
YUV155.93145.53155.87-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 187 (73.44% from 255) = 36.52%
R=38.09%
G=25.39%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513018700.330.040.24307.3835.1463.73
HexC382BB0214181332340
Octal30320227304143046343100
Binary1100001110000010101110110100001100110001001100111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382BB; }

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

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

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

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

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

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

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

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