Html Css Color HEX #C386BB London Hue

📋 copy color: '#C386BB'

red 195 ◦ green 134 ◦ blue 187

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

Shades of London Hue #C386BB

Tints of London Hue #C386BB

RGB

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

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

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

R = 37.79%
G = 25.97%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C386BB (or 0xC386BB) is known color: London Hue. HEX triplet: C3, 86 and BB. RGB value is (195,134,187). Sum of RGB (Red+Green+Blue) = 195+134+187=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BB is #3C7944. Grayscale: #9E9E9E. Windows color (decimal): -3963205 or 12289731. OLE color: 12289731.

HSL color Cylindrical-coordinate representation of color #C386BB: hue angle of 307.87º 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 #C386BB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 134 187 -
CMYK 0 0.31 0.04 0.24
HSL 307.87º 0.34% 0.65% -
HSV(B) 307.87º 0.31% 0.76% -
XYZ 40 32.24 51.13 -
YUV 158.28 144.21 154.19 -
System Red Green Blue C M Y K H S L
Decimal 195 134 187 0 0.31 0.04 0.24 307.87 0.34 0.65
Hex C3 86 BB 0 1F 4 18 134 22 41
Octal 303 206 273 0 37 4 30 464 42 101
Binary 11000011 10000110 10111011 0 11111 100 11000 100110100 100010 1000001

Color Harmonies of #C386BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C386BB

Black with #C386BB

Text Example


Text Example

White with #C386BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C386BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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