Html Css Color HEX #C686BC London Hue

📋 copy color: '#C686BC'

red 198 ◦ green 134 ◦ blue 188

#C686BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C686BC

Tints of London Hue #C686BC

RGB

 RED value IS 198 (77.73% from 255) = 38.08%

 GREEN value IS 134 (52.73% from 255) = 25.77%

 BLUE value IS 188 (73.83% from 255) = 36.15%

R = 38.08%
G = 25.77%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C686BC (or 0xC686BC) is known color: London Hue. HEX triplet: C6, 86 and BC. RGB value is (198,134,188). Sum of RGB (Red+Green+Blue) = 198+134+188=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 198 - color contains mainly: red. Hex color #C686BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686BC is #397943. Grayscale: #9F9F9F. Windows color (decimal): -3766596 or 12355270. OLE color: 12355270.

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

Color convert

RGB 198 134 188 -
CMYK 0 0.32 0.05 0.22
HSL 309.38º 0.36% 0.65% -
HSV(B) 309.38º 0.32% 0.78% -
XYZ 40.89 32.69 51.73 -
YUV 159.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 198 134 188 0 0.32 0.05 0.22 309.38 0.36 0.65
Hex C6 86 BC 0 20 5 16 135 24 41
Octal 306 206 274 0 40 5 26 465 44 101
Binary 11000110 10000110 10111100 0 100000 101 10110 100110101 100100 1000001

Color Harmonies of #C686BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686BC

Black with #C686BC

Text Example


Text Example

White with #C686BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686BC; }

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

 H1.HeaderClassName
 {
   color: #C686BC;
 }
 .AnyTagClassName
 {
   color: #C686BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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