Html Css Color HEX #C486BB London Hue

📋 copy color: '#C486BB'

red 196 ◦ green 134 ◦ blue 187

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

Shades of London Hue #C486BB

Tints of London Hue #C486BB

RGB

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

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

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

R = 37.91%
G = 25.92%
B = 36.17%

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

#C486BB (or 0xC486BB) is known color: London Hue. HEX triplet: C4, 86 and BB. RGB value is (196,134,187). Sum of RGB (Red+Green+Blue) = 196+134+187=517 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.91% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 196 - color contains mainly: red. Hex color #C486BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486BB is #3B7944. Grayscale: #9E9E9E. Windows color (decimal): -3897669 or 12289732. OLE color: 12289732.

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

Color convert

RGB 196 134 187 -
CMYK 0 0.32 0.05 0.23
HSL 308.71º 0.34% 0.65% -
HSV(B) 308.71º 0.32% 0.77% -
XYZ 40.26 32.37 51.14 -
YUV 158.58 144.04 154.69 -
System Red Green Blue C M Y K H S L
Decimal 196 134 187 0 0.32 0.05 0.23 308.71 0.34 0.65
Hex C4 86 BB 0 20 5 17 135 22 41
Octal 304 206 273 0 40 5 27 465 42 101
Binary 11000100 10000110 10111011 0 100000 101 10111 100110101 100010 1000001

Color Harmonies of #C486BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C486BB

Black with #C486BB

Text Example


Text Example

White with #C486BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C486BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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