Html Css Color HEX #C586BB London Hue

📋 copy color: '#C586BB'

red 197 ◦ green 134 ◦ blue 187

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

Shades of London Hue #C586BB

Tints of London Hue #C586BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 38.03%
G = 25.87%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C586BB (or 0xC586BB) is known color: London Hue. HEX triplet: C5, 86 and BB. RGB value is (197,134,187). Sum of RGB (Red+Green+Blue) = 197+134+187=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C586BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586BB is #3A7944. Grayscale: #9E9E9E. Windows color (decimal): -3832133 or 12289733. OLE color: 12289733.

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

Color convert

RGB 197 134 187 -
CMYK 0 0.32 0.05 0.23
HSL 309.52º 0.35% 0.65% -
HSV(B) 309.52º 0.32% 0.77% -
XYZ 40.52 32.51 51.15 -
YUV 158.88 143.87 155.19 -
System Red Green Blue C M Y K H S L
Decimal 197 134 187 0 0.32 0.05 0.23 309.52 0.35 0.65
Hex C5 86 BB 0 20 5 17 136 23 41
Octal 305 206 273 0 40 5 27 466 43 101
Binary 11000101 10000110 10111011 0 100000 101 10111 100110110 100011 1000001

Color Harmonies of #C586BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C586BB

Black with #C586BB

Text Example


Text Example

White with #C586BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C586BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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