#C684B9

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

Shades of London Hue #C684B9

Tints of London Hue #C684B9

Color information

#C684B9 (or 0xC684B9) is unknown color: approx London Hue. HEX triplet: C6, 84 and B9. RGB value is (198,132,185). Sum of RGB (Red+Green+Blue) = 198+132+185=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C684B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684B9 is #397B46. Grayscale: #9D9D9D. Windows color (decimal): -3767111 or 12158150. OLE color: 12158150.

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

Color convert

RGB198132185-
CMYK00.330.070.22
HSL311.82º36.67%64.71%-
HSV(B)311.82º33.33%77.65%-
XYZ40.332.0149.95-
YUV157.78143.37156.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.45%
GREEN value IS 132 (51.95% from 255) = 25.63%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=38.45%
G=25.63%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813218500.330.070.22311.8236.6764.71
HexC684B90217161382541
Octal30620427104172647045101
Binary1100011010000100101110010100001111101101001110001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C684B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C684B9; }

 p { color: rgb(198,132,185); }

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

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

 a { background-color: rgb(198,132,185); }

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

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

 span { border-color: rgb(198,132,185); }

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