Html Css Color HEX #C086BA London Hue

📋 copy color: '#C086BA'

red 192 ◦ green 134 ◦ blue 186

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

Shades of London Hue #C086BA

Tints of London Hue #C086BA

RGB

 RED value IS 192 (75.39% from 255) = 37.5%

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

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

R = 37.5%
G = 26.17%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C086BA (or 0xC086BA) is known color: London Hue. HEX triplet: C0, 86 and BA. RGB value is (192,134,186). Sum of RGB (Red+Green+Blue) = 192+134+186=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 134 (52.73% from 255 or 26.17% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C086BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086BA is #3F7945. Grayscale: #9D9D9D. Windows color (decimal): -4159814 or 12224192. OLE color: 12224192.

HSL color Cylindrical-coordinate representation of color #C086BA: hue angle of 306.21º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C086BA is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 186 -
CMYK 0 0.30 0.03 0.25
HSL 306.21º 0.32% 0.64% -
HSV(B) 306.21º 0.3% 0.75% -
XYZ 39.13 31.8 50.53 -
YUV 157.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 192 134 186 0 0.30 0.03 0.25 306.21 0.32 0.64
Hex C0 86 BA 0 1E 3 19 132 20 40
Octal 300 206 272 0 36 3 31 462 40 100
Binary 11000000 10000110 10111010 0 11110 11 11001 100110010 100000 1000000

Color Harmonies of #C086BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C086BA

Black with #C086BA

Text Example


Text Example

White with #C086BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C086BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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