Html Css Color HEX #C588BA London Hue

📋 copy color: '#C588BA'

red 197 ◦ green 136 ◦ blue 186

#C588BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C588BA

Tints of London Hue #C588BA

RGB

 RED value IS 197 (77.34% from 255) = 37.96%

 GREEN value IS 136 (53.52% from 255) = 26.2%

 BLUE value IS 186 (73.05% from 255) = 35.84%

R = 37.96%
G = 26.2%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C588BA (or 0xC588BA) is known color: London Hue. HEX triplet: C5, 88 and BA. RGB value is (197,136,186). Sum of RGB (Red+Green+Blue) = 197+136+186=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 136 (53.52% from 255 or 26.20% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C588BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C588BA is #3A7745. Grayscale: #9F9F9F. Windows color (decimal): -3831622 or 12224709. OLE color: 12224709.

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

Color convert

RGB 197 136 186 -
CMYK 0 0.31 0.06 0.23
HSL 310.82º 0.34% 0.65% -
HSV(B) 310.82º 0.31% 0.77% -
XYZ 40.69 33.02 50.68 -
YUV 159.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 197 136 186 0 0.31 0.06 0.23 310.82 0.34 0.65
Hex C5 88 BA 0 1F 6 17 137 22 41
Octal 305 210 272 0 37 6 27 467 42 101
Binary 11000101 10001000 10111010 0 11111 110 10111 100110111 100010 1000001

Color Harmonies of #C588BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C588BA

Black with #C588BA

Text Example


Text Example

White with #C588BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C588BA; }

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

 H1.HeaderClassName
 {
   color: #C588BA;
 }
 .AnyTagClassName
 {
   color: #C588BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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