#C28EBB

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

Shades of London Hue #C28EBB

Tints of London Hue #C28EBB

Color information

#C28EBB (or 0xC28EBB) is unknown color: approx London Hue. HEX triplet: C2, 8E and BB. RGB value is (194,142,187). Sum of RGB (Red+Green+Blue) = 194+142+187=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EBB is #3D7144. Grayscale: #A2A2A2. Windows color (decimal): -4026693 or 12291778. OLE color: 12291778.

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

Color convert

RGB194142187-
CMYK00.270.040.24
HSL308.08º29.89%65.88%-
HSV(B)308.08º26.8%76.08%-
XYZ40.8934.451.5-
YUV162.68141.73150.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 187 (73.44% from 255) = 35.76%
R=37.09%
G=27.15%
B=35.76%

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
Decimal19414218700.270.040.24308.0829.8965.88
HexC28EBB01B4181341e42
Octal30221627303343046436102
Binary11000010100011101011101101101110011000100110100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EBB; }

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

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

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

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

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

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

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

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