Html Css Color HEX #C680BA London Hue

📋 copy color: '#C680BA'

red 198 ◦ green 128 ◦ blue 186

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

Shades of London Hue #C680BA

Tints of London Hue #C680BA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25%

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

R = 38.67%
G = 25%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C680BA (or 0xC680BA) is known color: London Hue. HEX triplet: C6, 80 and BA. RGB value is (198,128,186). Sum of RGB (Red+Green+Blue) = 198+128+186=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 198 - color contains mainly: red. Hex color #C680BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680BA is #397F45. Grayscale: #9B9B9B. Windows color (decimal): -3768134 or 12222662. OLE color: 12222662.

HSL color Cylindrical-coordinate representation of color #C680BA: hue angle of 310.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C680BA is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 186 -
CMYK 0 0.35 0.06 0.22
HSL 310.29º 0.38% 0.64% -
HSV(B) 310.29º 0.35% 0.78% -
XYZ 39.87 30.99 50.33 -
YUV 155.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 198 128 186 0 0.35 0.06 0.22 310.29 0.38 0.64
Hex C6 80 BA 0 23 6 16 136 26 40
Octal 306 200 272 0 43 6 26 466 46 100
Binary 11000110 10000000 10111010 0 100011 110 10110 100110110 100110 1000000

Color Harmonies of #C680BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680BA

Black with #C680BA

Text Example


Text Example

White with #C680BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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