#C290BA

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

Shades of London Hue #C290BA

Tints of London Hue #C290BA

Color information

#C290BA (or 0xC290BA) is unknown color: approx London Hue. HEX triplet: C2, 90 and BA. RGB value is (194,144,186). Sum of RGB (Red+Green+Blue) = 194+144+186=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C290BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290BA is #3D6F45. Grayscale: #A3A3A3. Windows color (decimal): -4026182 or 12226754. OLE color: 12226754.

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

Color convert

RGB194144186-
CMYK00.260.040.24
HSL309.6º29.07%66.27%-
HSV(B)309.6º25.77%76.08%-
XYZ41.0834.9651.04-
YUV163.74140.56149.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 144 (56.64% from 255) = 27.48%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=37.02%
G=27.48%
B=35.50%

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
Decimal19414418600.260.040.24309.629.0766.27
HexC290BA01A4181361d42
Octal30222027203243046635102
Binary11000010100100001011101001101010011000100110110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290BA; }

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

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

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

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

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

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

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

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