#C286B5

Color #C286B5 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C286B5

Tints of London Hue #C286B5

Color information

#C286B5 (or 0xC286B5) is unknown color: approx London Hue. HEX triplet: C2, 86 and B5. RGB value is (194,134,181). Sum of RGB (Red+Green+Blue) = 194+134+181=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 134 (52.73% from 255 or 26.33% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C286B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C286B5 is #3D794A. Grayscale: #9D9D9D. Windows color (decimal): -4028747 or 11896514. OLE color: 11896514.

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

Color convert

RGB194134181-
CMYK00.310.070.24
HSL313º32.97%64.31%-
HSV(B)313º30.93%76.08%-
XYZ39.1131.8647.8-
YUV157.3141.38154.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 134 (52.73% from 255) = 26.33%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=38.11%
G=26.33%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413418100.310.070.2431332.9764.31
HexC286B501F7181392140
Octal30220626503773047141100
Binary110000101000011010110101011111111110001001110011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C286B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C286B5; }

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

 H1.HeaderClassName
 {
   color: #C286B5;
 }
 .AnyTagClassName
 {
   color: #C286B5;
 }
</style>
background-color css

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

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

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

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

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

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