#C28EB9

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

Shades of London Hue #C28EB9

Tints of London Hue #C28EB9

Color information

#C28EB9 (or 0xC28EB9) is unknown color: approx London Hue. HEX triplet: C2, 8E and B9. RGB value is (194,142,185). Sum of RGB (Red+Green+Blue) = 194+142+185=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB9 is #3D7146. Grayscale: #A2A2A2. Windows color (decimal): -4026695 or 12160706. OLE color: 12160706.

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

Color convert

RGB194142185-
CMYK00.270.050.24
HSL310.38º29.89%65.88%-
HSV(B)310.38º26.8%76.08%-
XYZ40.6834.3250.38-
YUV162.45140.73150.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 142 (55.86% from 255) = 27.26%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=37.24%
G=27.26%
B=35.51%

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
Decimal19414218500.270.050.24310.3829.8965.88
HexC28EB901B5181361e42
Octal30221627103353046636102
Binary11000010100011101011100101101110111000100110110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EB9; }

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

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

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

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

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

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

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

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