#C684BA

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

Shades of London Hue #C684BA

Tints of London Hue #C684BA

Color information

#C684BA (or 0xC684BA) is unknown color: approx London Hue. HEX triplet: C6, 84 and BA. RGB value is (198,132,186). Sum of RGB (Red+Green+Blue) = 198+132+186=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 132 (51.95% from 255 or 25.58% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C684BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C684BA is #397B45. Grayscale: #9D9D9D. Windows color (decimal): -3767110 or 12223686. OLE color: 12223686.

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

Color convert

RGB198132186-
CMYK00.330.060.22
HSL310.91º36.67%64.71%-
HSV(B)310.91º33.33%77.65%-
XYZ40.432.0550.51-
YUV157.89143.87156.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.37%
GREEN value IS 132 (51.95% from 255) = 25.58%
BLUE value IS 186 (73.05% from 255) = 36.05%
R=38.37%
G=25.58%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813218600.330.060.22310.9136.6764.71
HexC684BA0216161372541
Octal30620427204162646745101
Binary1100011010000100101110100100001110101101001101111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C684BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C684BA; }

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

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

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

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

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

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

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

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