Html Css Color HEX #C386B9 London Hue

📋 copy color: '#C386B9'

red 195 ◦ green 134 ◦ blue 185

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

Shades of London Hue #C386B9

Tints of London Hue #C386B9

RGB

 RED value IS 195 (76.56% from 255) = 37.94%

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

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

R = 37.94%
G = 26.07%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C386B9 (or 0xC386B9) is known color: London Hue. HEX triplet: C3, 86 and B9. RGB value is (195,134,185). Sum of RGB (Red+Green+Blue) = 195+134+185=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C386B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386B9 is #3C7946. Grayscale: #9D9D9D. Windows color (decimal): -3963207 or 12158659. OLE color: 12158659.

HSL color Cylindrical-coordinate representation of color #C386B9: hue angle of 309.84º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386B9 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 185 -
CMYK 0 0.31 0.05 0.24
HSL 309.84º 0.34% 0.65% -
HSV(B) 309.84º 0.31% 0.76% -
XYZ 39.79 32.16 50.01 -
YUV 158.05 143.21 154.35 -
System Red Green Blue C M Y K H S L
Decimal 195 134 185 0 0.31 0.05 0.24 309.84 0.34 0.65
Hex C3 86 B9 0 1F 5 18 136 22 41
Octal 303 206 271 0 37 5 30 466 42 101
Binary 11000011 10000110 10111001 0 11111 101 11000 100110110 100010 1000001

Color Harmonies of #C386B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386B9

Black with #C386B9

Text Example


Text Example

White with #C386B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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