Html Css Color HEX #C686BA London Hue

📋 copy color: '#C686BA'

red 198 ◦ green 134 ◦ blue 186

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

Shades of London Hue #C686BA

Tints of London Hue #C686BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 38.22%
G = 25.87%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C686BA (or 0xC686BA) is known color: London Hue. HEX triplet: C6, 86 and BA. RGB value is (198,134,186). Sum of RGB (Red+Green+Blue) = 198+134+186=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C686BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C686BA is #397945. Grayscale: #9E9E9E. Windows color (decimal): -3766598 or 12224198. OLE color: 12224198.

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

Color convert

RGB 198 134 186 -
CMYK 0 0.32 0.06 0.22
HSL 311.25º 0.36% 0.65% -
HSV(B) 311.25º 0.32% 0.78% -
XYZ 40.68 32.6 50.6 -
YUV 159.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 198 134 186 0 0.32 0.06 0.22 311.25 0.36 0.65
Hex C6 86 BA 0 20 6 16 137 24 41
Octal 306 206 272 0 40 6 26 467 44 101
Binary 11000110 10000110 10111010 0 100000 110 10110 100110111 100100 1000001

Color Harmonies of #C686BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C686BA

Black with #C686BA

Text Example


Text Example

White with #C686BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C686BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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