Html Css Color HEX #C586B9 London Hue

📋 copy color: '#C586B9'

red 197 ◦ green 134 ◦ blue 185

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

Shades of London Hue #C586B9

Tints of London Hue #C586B9

RGB

 RED value IS 197 (77.34% from 255) = 38.18%

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

 BLUE value IS 185 (72.66% from 255) = 35.85%

R = 38.18%
G = 25.97%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C586B9 (or 0xC586B9) is known color: London Hue. HEX triplet: C5, 86 and B9. RGB value is (197,134,185). Sum of RGB (Red+Green+Blue) = 197+134+185=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C586B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586B9 is #3A7946. Grayscale: #9E9E9E. Windows color (decimal): -3832135 or 12158661. OLE color: 12158661.

HSL color Cylindrical-coordinate representation of color #C586B9: hue angle of 311.43º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C586B9 is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 134 185 -
CMYK 0 0.32 0.06 0.23
HSL 311.43º 0.35% 0.65% -
HSV(B) 311.43º 0.32% 0.77% -
XYZ 40.31 32.42 50.03 -
YUV 158.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 197 134 185 0 0.32 0.06 0.23 311.43 0.35 0.65
Hex C5 86 B9 0 20 6 17 137 23 41
Octal 305 206 271 0 40 6 27 467 43 101
Binary 11000101 10000110 10111001 0 100000 110 10111 100110111 100011 1000001

Color Harmonies of #C586B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586B9

Black with #C586B9

Text Example


Text Example

White with #C586B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586B9; }

 p { color: rgb(197,134,185); }

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

background-color css

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

 a { background-color: rgb(197,134,185); }

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

border-color css

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

 span { border-color: rgb(197,134,185); }

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