#C288B9

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

Shades of London Hue #C288B9

Tints of London Hue #C288B9

Color information

#C288B9 (or 0xC288B9) is unknown color: approx London Hue. HEX triplet: C2, 88 and B9. RGB value is (194,136,185). Sum of RGB (Red+Green+Blue) = 194+136+185=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C288B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288B9 is #3D7746. Grayscale: #9E9E9E. Windows color (decimal): -4028231 or 12159170. OLE color: 12159170.

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

Color convert

RGB194136185-
CMYK00.300.050.24
HSL309.31º32.22%64.71%-
HSV(B)309.31º29.9%76.08%-
XYZ39.8132.5850.09-
YUV158.93142.72153.02-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 136 (53.52% from 255) = 26.41%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=37.67%
G=26.41%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413618500.300.050.24309.3132.2264.71
HexC288B901E5181352041
Octal30221027103653046540101
Binary110000101000100010111001011110101110001001101011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C288B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C288B9; }

 p { color: rgb(194,136,185); }

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

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

 a { background-color: rgb(194,136,185); }

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

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

 span { border-color: rgb(194,136,185); }

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