#C588BC

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

Shades of London Hue #C588BC

Tints of London Hue #C588BC

Color information

#C588BC (or 0xC588BC) is unknown color: approx London Hue. HEX triplet: C5, 88 and BC. RGB value is (197,136,188). Sum of RGB (Red+Green+Blue) = 197+136+188=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 197 - color contains mainly: red. Hex color #C588BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588BC is #3A7743. Grayscale: #A0A0A0. Windows color (decimal): -3831620 or 12355781. OLE color: 12355781.

HSL color Cylindrical-coordinate representation of color #C588BC: hue angle of 308.85º 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 #C588BC is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB197136188-
CMYK00.310.050.23
HSL308.85º34.46%65.29%-
HSV(B)308.85º30.96%77.25%-
XYZ40.9133.1151.81-
YUV160.17143.71154.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.81%
GREEN value IS 136 (53.52% from 255) = 26.10%
BLUE value IS 188 (73.83% from 255) = 36.08%
R=37.81%
G=26.10%
B=36.08%

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
Decimal19713618800.310.050.23308.8534.4665.29
HexC588BC01F5171352241
Octal30521027403752746542101
Binary110001011000100010111100011111101101111001101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C588BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C588BC; }

 p { color: rgb(197,136,188); }

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

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

 a { background-color: rgb(197,136,188); }

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

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

 span { border-color: rgb(197,136,188); }

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