Html Css Color HEX #C086B0 London Hue

📋 copy color: '#C086B0'

red 192 ◦ green 134 ◦ blue 176

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

Shades of London Hue #C086B0

Tints of London Hue #C086B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.06%

R = 38.25%
G = 26.69%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C086B0 (or 0xC086B0) is known color: London Hue. HEX triplet: C0, 86 and B0. RGB value is (192,134,176). Sum of RGB (Red+Green+Blue) = 192+134+176=502 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.25% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 192 - color contains mainly: red. Hex color #C086B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C086B0 is #3F794F. Grayscale: #9C9C9C. Windows color (decimal): -4159824 or 11568832. OLE color: 11568832.

HSL color Cylindrical-coordinate representation of color #C086B0: hue angle of 316.55º 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 #C086B0 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 134 176 -
CMYK 0 0.30 0.08 0.25
HSL 316.55º 0.32% 0.64% -
HSV(B) 316.55º 0.3% 0.75% -
XYZ 38.1 31.39 45.13 -
YUV 156.13 139.22 153.58 -
System Red Green Blue C M Y K H S L
Decimal 192 134 176 0 0.30 0.08 0.25 316.55 0.32 0.64
Hex C0 86 B0 0 1E 8 19 13D 20 40
Octal 300 206 260 0 36 10 31 475 40 100
Binary 11000000 10000110 10110000 0 11110 1000 11001 100111101 100000 1000000

Color Harmonies of #C086B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C086B0

Black with #C086B0

Text Example


Text Example

White with #C086B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C086B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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