Html Css Color HEX #C186BD London Hue

📋 copy color: '#C186BD'

red 193 ◦ green 134 ◦ blue 189

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

Shades of London Hue #C186BD

Tints of London Hue #C186BD

RGB

 RED value IS 193 (75.78% from 255) = 37.4%

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

 BLUE value IS 189 (74.22% from 255) = 36.63%

R = 37.4%
G = 25.97%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C186BD (or 0xC186BD) is known color: London Hue. HEX triplet: C1, 86 and BD. RGB value is (193,134,189). Sum of RGB (Red+Green+Blue) = 193+134+189=516 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.40% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 193 - color contains mainly: red. Hex color #C186BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186BD is #3E7942. Grayscale: #9D9D9D. Windows color (decimal): -4094275 or 12420801. OLE color: 12420801.

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

Color convert

RGB 193 134 189 -
CMYK 0 0.31 0.02 0.24
HSL 304.07º 0.32% 0.64% -
HSV(B) 304.07º 0.31% 0.76% -
XYZ 39.7 32.06 52.24 -
YUV 157.91 145.55 153.03 -
System Red Green Blue C M Y K H S L
Decimal 193 134 189 0 0.31 0.02 0.24 304.07 0.32 0.64
Hex C1 86 BD 0 1F 2 18 130 20 40
Octal 301 206 275 0 37 2 30 460 40 100
Binary 11000001 10000110 10111101 0 11111 10 11000 100110000 100000 1000000

Color Harmonies of #C186BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C186BD

Black with #C186BD

Text Example


Text Example

White with #C186BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C186BD; }

 p { color: rgb(193,134,189); }

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

background-color css

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

 a { background-color: rgb(193,134,189); }

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

border-color css

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

 span { border-color: rgb(193,134,189); }

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