Html Css Color HEX #C086B9 London Hue

📋 copy color: '#C086B9'

red 192 ◦ green 134 ◦ blue 185

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

Shades of London Hue #C086B9

Tints of London Hue #C086B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 37.57%
G = 26.22%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C086B9 (or 0xC086B9) is known color: London Hue. HEX triplet: C0, 86 and B9. RGB value is (192,134,185). Sum of RGB (Red+Green+Blue) = 192+134+185=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C086B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086B9 is #3F7946. Grayscale: #9D9D9D. Windows color (decimal): -4159815 or 12158656. OLE color: 12158656.

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

Color convert

RGB 192 134 185 -
CMYK 0 0.30 0.04 0.25
HSL 307.24º 0.32% 0.64% -
HSV(B) 307.24º 0.3% 0.75% -
XYZ 39.02 31.76 49.97 -
YUV 157.16 143.72 152.85 -
System Red Green Blue C M Y K H S L
Decimal 192 134 185 0 0.30 0.04 0.25 307.24 0.32 0.64
Hex C0 86 B9 0 1E 4 19 133 20 40
Octal 300 206 271 0 36 4 31 463 40 100
Binary 11000000 10000110 10111001 0 11110 100 11001 100110011 100000 1000000

Color Harmonies of #C086B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C086B9

Black with #C086B9

Text Example


Text Example

White with #C086B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C086B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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