#C281BA

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

Shades of London Hue #C281BA

Tints of London Hue #C281BA

Color information

#C281BA (or 0xC281BA) is unknown color: approx London Hue. HEX triplet: C2, 81 and BA. RGB value is (194,129,186). Sum of RGB (Red+Green+Blue) = 194+129+186=509 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.11% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 194 - color contains mainly: red. Hex color #C281BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C281BA is #3D7E45. Grayscale: #9A9A9A. Windows color (decimal): -4030022 or 12222914. OLE color: 12222914.

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

Color convert

RGB194129186-
CMYK00.340.040.24
HSL307.38º34.76%63.33%-
HSV(B)307.38º33.51%76.08%-
XYZ38.9630.7250.33-
YUV154.93145.53155.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.11%
GREEN value IS 129 (50.78% from 255) = 25.34%
BLUE value IS 186 (73.05% from 255) = 36.54%
R=38.11%
G=25.34%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412918600.340.040.24307.3834.7663.33
HexC281BA022418133233f
Octal3022012720424304634377
Binary110000101000000110111010010001010011000100110011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C281BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C281BA; }

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

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

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

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

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

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

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

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