#C28EBA

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

Shades of London Hue #C28EBA

Tints of London Hue #C28EBA

Color information

#C28EBA (or 0xC28EBA) is unknown color: approx London Hue. HEX triplet: C2, 8E and BA. RGB value is (194,142,186). Sum of RGB (Red+Green+Blue) = 194+142+186=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBA is #3D7145. Grayscale: #A2A2A2. Windows color (decimal): -4026694 or 12226242. OLE color: 12226242.

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

Color convert

RGB194142186-
CMYK00.270.040.24
HSL309.23º29.89%65.88%-
HSV(B)309.23º26.8%76.08%-
XYZ40.7834.3650.94-
YUV162.56141.23150.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.16%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=37.16%
G=27.20%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414218600.270.040.24309.2329.8965.88
HexC28EBA01B4181351e42
Octal30221627203343046536102
Binary11000010100011101011101001101110011000100110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EBA; }

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

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

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

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

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

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

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

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