#C28EB8

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

Shades of London Hue #C28EB8

Tints of London Hue #C28EB8

Color information

#C28EB8 (or 0xC28EB8) is unknown color: approx London Hue. HEX triplet: C2, 8E and B8. RGB value is (194,142,184). Sum of RGB (Red+Green+Blue) = 194+142+184=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB8 is #3D7147. Grayscale: #A2A2A2. Windows color (decimal): -4026696 or 12095170. OLE color: 12095170.

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

Color convert

RGB194142184-
CMYK00.270.050.24
HSL311.54º29.89%65.88%-
HSV(B)311.54º26.8%76.08%-
XYZ40.5734.2849.82-
YUV162.34140.23150.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.31%
GREEN value IS 142 (55.86% from 255) = 27.31%
BLUE value IS 184 (72.27% from 255) = 35.38%
R=37.31%
G=27.31%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414218400.270.050.24311.5429.8965.88
HexC28EB801B5181381e42
Octal30221627003353047036102
Binary11000010100011101011100001101110111000100111000111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EB8; }

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

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

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

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

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

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

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

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