Html Css Color HEX #C286BA London Hue

📋 copy color: '#C286BA'

red 194 ◦ green 134 ◦ blue 186

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

Shades of London Hue #C286BA

Tints of London Hue #C286BA

RGB

 RED value IS 194 (76.17% from 255) = 37.74%

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

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 37.74%
G = 26.07%
B = 36.19%

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

#C286BA (or 0xC286BA) is known color: London Hue. HEX triplet: C2, 86 and BA. RGB value is (194,134,186). Sum of RGB (Red+Green+Blue) = 194+134+186=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 134 (52.73% from 255 or 26.07% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C286BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286BA is #3D7945. Grayscale: #9D9D9D. Windows color (decimal): -4028742 or 12224194. OLE color: 12224194.

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

Color convert

RGB 194 134 186 -
CMYK 0 0.31 0.04 0.24
HSL 308º 0.33% 0.64% -
HSV(B) 308º 0.31% 0.76% -
XYZ 39.64 32.06 50.55 -
YUV 157.87 143.88 153.77 -
System Red Green Blue C M Y K H S L
Decimal 194 134 186 0 0.31 0.04 0.24 308 0.33 0.64
Hex C2 86 BA 0 1F 4 18 134 21 40
Octal 302 206 272 0 37 4 30 464 41 100
Binary 11000010 10000110 10111010 0 11111 100 11000 100110100 100001 1000000

Color Harmonies of #C286BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C286BA

Black with #C286BA

Text Example


Text Example

White with #C286BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C286BA; }

 p { color: rgb(194,134,186); }

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

background-color css

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

 a { background-color: rgb(194,134,186); }

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

border-color css

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

 span { border-color: rgb(194,134,186); }

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