#C682BB

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

Shades of London Hue #C682BB

Tints of London Hue #C682BB

Color information

#C682BB (or 0xC682BB) is unknown color: approx London Hue. HEX triplet: C6, 82 and BB. RGB value is (198,130,187). Sum of RGB (Red+Green+Blue) = 198+130+187=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C682BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682BB is #397D44. Grayscale: #9C9C9C. Windows color (decimal): -3767621 or 12288710. OLE color: 12288710.

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

Color convert

RGB198130187-
CMYK00.340.060.22
HSL309.71º37.36%64.31%-
HSV(B)309.71º34.34%77.65%-
XYZ40.2431.5650.98-
YUV156.83145.03157.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 130 (51.17% from 255) = 25.24%
BLUE value IS 187 (73.44% from 255) = 36.31%
R=38.45%
G=25.24%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813018700.340.060.22309.7137.3664.31
HexC682BB0226161362540
Octal30620227304262646645100
Binary1100011010000010101110110100010110101101001101101001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C682BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C682BB; }

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

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

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

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

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

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

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

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