#C28FBB

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

Shades of London Hue #C28FBB

Tints of London Hue #C28FBB

Color information

#C28FBB (or 0xC28FBB) is unknown color: approx London Hue. HEX triplet: C2, 8F and BB. RGB value is (194,143,187). Sum of RGB (Red+Green+Blue) = 194+143+187=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FBB is #3D7044. Grayscale: #A3A3A3. Windows color (decimal): -4026437 or 12292034. OLE color: 12292034.

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

Color convert

RGB194143187-
CMYK00.260.040.24
HSL308.24º29.48%66.08%-
HSV(B)308.24º26.29%76.08%-
XYZ41.0434.751.55-
YUV163.27141.4149.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=37.02%
G=27.29%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414318700.260.040.24308.2429.4866.08
HexC28FBB01A4181341d42
Octal30221727303243046435102
Binary11000010100011111011101101101010011000100110100111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FBB; }

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

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

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

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

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

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

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

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