Html Css Color HEX #C680B7 London Hue

📋 copy color: '#C680B7'

red 198 ◦ green 128 ◦ blue 183

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

Shades of London Hue #C680B7

Tints of London Hue #C680B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 35.95%

R = 38.9%
G = 25.15%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C680B7 (or 0xC680B7) is known color: London Hue. HEX triplet: C6, 80 and B7. RGB value is (198,128,183). Sum of RGB (Red+Green+Blue) = 198+128+183=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C680B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C680B7 is #397F48. Grayscale: #9B9B9B. Windows color (decimal): -3768137 or 12026054. OLE color: 12026054.

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

Color convert

RGB 198 128 183 -
CMYK 0 0.35 0.08 0.22
HSL 312.86º 0.38% 0.64% -
HSV(B) 312.86º 0.35% 0.78% -
XYZ 39.56 30.86 48.67 -
YUV 155.2 143.69 158.53 -
System Red Green Blue C M Y K H S L
Decimal 198 128 183 0 0.35 0.08 0.22 312.86 0.38 0.64
Hex C6 80 B7 0 23 8 16 139 26 40
Octal 306 200 267 0 43 10 26 471 46 100
Binary 11000110 10000000 10110111 0 100011 1000 10110 100111001 100110 1000000

Color Harmonies of #C680B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680B7

Black with #C680B7

Text Example


Text Example

White with #C680B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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