#C287BA

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

Shades of London Hue #C287BA

Tints of London Hue #C287BA

Color information

#C287BA (or 0xC287BA) is unknown color: approx London Hue. HEX triplet: C2, 87 and BA. RGB value is (194,135,186). Sum of RGB (Red+Green+Blue) = 194+135+186=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C287BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287BA is #3D7845. Grayscale: #9E9E9E. Windows color (decimal): -4028486 or 12224450. OLE color: 12224450.

HSL color Cylindrical-coordinate representation of color #C287BA: hue angle of 308.14º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287BA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194135186-
CMYK00.300.040.24
HSL308.14º32.6%64.51%-
HSV(B)308.14º30.41%76.08%-
XYZ39.7832.3450.6-
YUV158.45143.55153.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 135 (53.12% from 255) = 26.21%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=37.67%
G=26.21%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413518600.300.040.24308.1432.664.51
HexC287BA01E4181342141
Octal30220727203643046441101
Binary110000101000011110111010011110100110001001101001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C287BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C287BA; }

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

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

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

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

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

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

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

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