Html Css Color HEX #C486B9 London Hue

📋 copy color: '#C486B9'

red 196 ◦ green 134 ◦ blue 185

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

Shades of London Hue #C486B9

Tints of London Hue #C486B9

RGB

 RED value IS 196 (76.95% from 255) = 38.06%

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

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

R = 38.06%
G = 26.02%
B = 35.92%

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

#C486B9 (or 0xC486B9) is known color: London Hue. HEX triplet: C4, 86 and B9. RGB value is (196,134,185). Sum of RGB (Red+Green+Blue) = 196+134+185=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C486B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486B9 is #3B7946. Grayscale: #9E9E9E. Windows color (decimal): -3897671 or 12158660. OLE color: 12158660.

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

Color convert

RGB 196 134 185 -
CMYK 0 0.32 0.06 0.23
HSL 310.65º 0.34% 0.65% -
HSV(B) 310.65º 0.32% 0.77% -
XYZ 40.05 32.29 50.02 -
YUV 158.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 196 134 185 0 0.32 0.06 0.23 310.65 0.34 0.65
Hex C4 86 B9 0 20 6 17 137 22 41
Octal 304 206 271 0 40 6 27 467 42 101
Binary 11000100 10000110 10111001 0 100000 110 10111 100110111 100010 1000001

Color Harmonies of #C486B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486B9

Black with #C486B9

Text Example


Text Example

White with #C486B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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