Html Css Color HEX #C486B6 London Hue

📋 copy color: '#C486B6'

red 196 ◦ green 134 ◦ blue 182

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

Shades of London Hue #C486B6

Tints of London Hue #C486B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.55%

R = 38.28%
G = 26.17%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C486B6 (or 0xC486B6) is known color: London Hue. HEX triplet: C4, 86 and B6. RGB value is (196,134,182). Sum of RGB (Red+Green+Blue) = 196+134+182=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 182 (71.48% from 255 or 35.55% from 512); Max value from RGB is 196 - color contains mainly: red. Hex color #C486B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486B6 is #3B7949. Grayscale: #9D9D9D. Windows color (decimal): -3897674 or 11962052. OLE color: 11962052.

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

Color convert

RGB 196 134 182 -
CMYK 0 0.32 0.07 0.23
HSL 313.55º 0.34% 0.65% -
HSV(B) 313.55º 0.32% 0.77% -
XYZ 39.73 32.16 48.37 -
YUV 158.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 196 134 182 0 0.32 0.07 0.23 313.55 0.34 0.65
Hex C4 86 B6 0 20 7 17 13A 22 41
Octal 304 206 266 0 40 7 27 472 42 101
Binary 11000100 10000110 10110110 0 100000 111 10111 100111010 100010 1000001

Color Harmonies of #C486B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486B6

Black with #C486B6

Text Example


Text Example

White with #C486B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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