#C28FBA

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

Shades of London Hue #C28FBA

Tints of London Hue #C28FBA

Color information

#C28FBA (or 0xC28FBA) is unknown color: approx London Hue. HEX triplet: C2, 8F and BA. RGB value is (194,143,186). Sum of RGB (Red+Green+Blue) = 194+143+186=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FBA is #3D7045. Grayscale: #A3A3A3. Windows color (decimal): -4026438 or 12226498. OLE color: 12226498.

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

Color convert

RGB194143186-
CMYK00.260.040.24
HSL309.41º29.48%66.08%-
HSV(B)309.41º26.29%76.08%-
XYZ40.9334.6650.99-
YUV163.15140.9150-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=37.09%
G=27.34%
B=35.56%

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
Decimal19414318600.260.040.24309.4129.4866.08
HexC28FBA01A4181351d42
Octal30221727203243046535102
Binary11000010100011111011101001101010011000100110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28FBA; }

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

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

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

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

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

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

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

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