#C488BB

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

Shades of London Hue #C488BB

Tints of London Hue #C488BB

Color information

#C488BB (or 0xC488BB) is unknown color: approx London Hue. HEX triplet: C4, 88 and BB. RGB value is (196,136,187). Sum of RGB (Red+Green+Blue) = 196+136+187=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C488BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488BB is #3B7744. Grayscale: #9F9F9F. Windows color (decimal): -3897157 or 12290244. OLE color: 12290244.

HSL color Cylindrical-coordinate representation of color #C488BB: hue angle of 309º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C488BB is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196136187-
CMYK00.310.050.23
HSL309º33.71%65.1%-
HSV(B)309º30.61%76.86%-
XYZ40.5432.9351.23-
YUV159.75143.38153.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 136 (53.52% from 255) = 26.20%
BLUE value IS 187 (73.44% from 255) = 36.03%
R=37.76%
G=26.20%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613618700.310.050.2330933.7165.1
HexC488BB01F5171352241
Octal30421027303752746542101
Binary110001001000100010111011011111101101111001101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C488BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C488BB; }

 p { color: rgb(196,136,187); }

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

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

 a { background-color: rgb(196,136,187); }

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

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

 span { border-color: rgb(196,136,187); }

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