#C582BB

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

Shades of London Hue #C582BB

Tints of London Hue #C582BB

Color information

#C582BB (or 0xC582BB) is unknown color: approx London Hue. HEX triplet: C5, 82 and BB. RGB value is (197,130,187). Sum of RGB (Red+Green+Blue) = 197+130+187=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 197 - color contains mainly: red. Hex color #C582BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582BB is #3A7D44. Grayscale: #9C9C9C. Windows color (decimal): -3833157 or 12288709. OLE color: 12288709.

HSL color Cylindrical-coordinate representation of color #C582BB: hue angle of 308.96º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C582BB is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197130187-
CMYK00.340.050.23
HSL308.96º36.61%64.12%-
HSV(B)308.96º34.01%77.25%-
XYZ39.9831.4250.97-
YUV156.53145.2156.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.33%
GREEN value IS 130 (51.17% from 255) = 25.29%
BLUE value IS 187 (73.44% from 255) = 36.38%
R=38.33%
G=25.29%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713018700.340.050.23308.9636.6164.12
HexC582BB0225171352540
Octal30520227304252746545100
Binary1100010110000010101110110100010101101111001101011001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C582BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C582BB; }

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

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

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

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

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

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

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

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