#C685BC

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

Shades of London Hue #C685BC

Tints of London Hue #C685BC

Color information

#C685BC (or 0xC685BC) is unknown color: approx London Hue. HEX triplet: C6, 85 and BC. RGB value is (198,133,188). Sum of RGB (Red+Green+Blue) = 198+133+188=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C685BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C685BC is #397A43. Grayscale: #9E9E9E. Windows color (decimal): -3766852 or 12355014. OLE color: 12355014.

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

Color convert

RGB198133188-
CMYK00.330.050.22
HSL309.23º36.31%64.9%-
HSV(B)309.23º32.83%77.65%-
XYZ40.7532.4151.69-
YUV158.7144.53156.03-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.15%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 188 (73.83% from 255) = 36.22%
R=38.15%
G=25.63%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813318800.330.050.22309.2336.3164.9
HexC685BC0215161352441
Octal30620527404152646544101
Binary1100011010000101101111000100001101101101001101011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C685BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C685BC; }

 p { color: rgb(198,133,188); }

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

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

 a { background-color: rgb(198,133,188); }

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

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

 span { border-color: rgb(198,133,188); }

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