#C289BA

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

Shades of London Hue #C289BA

Tints of London Hue #C289BA

Color information

#C289BA (or 0xC289BA) is unknown color: approx London Hue. HEX triplet: C2, 89 and BA. RGB value is (194,137,186). Sum of RGB (Red+Green+Blue) = 194+137+186=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C289BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C289BA is #3D7645. Grayscale: #9F9F9F. Windows color (decimal): -4027974 or 12224962. OLE color: 12224962.

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

Color convert

RGB194137186-
CMYK00.290.040.24
HSL308.42º31.84%64.9%-
HSV(B)308.42º29.38%76.08%-
XYZ40.0632.9150.69-
YUV159.63142.88152.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 186 (73.05% from 255) = 35.98%
R=37.52%
G=26.50%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413718600.290.040.24308.4231.8464.9
HexC289BA01D4181342041
Octal30221127203543046440101
Binary110000101000100110111010011101100110001001101001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C289BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C289BA; }

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

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

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

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

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

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

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

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