Html Css Color HEX #C584BA London Hue

📋 copy color: '#C584BA'

red 197 ◦ green 132 ◦ blue 186

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

Shades of London Hue #C584BA

Tints of London Hue #C584BA

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.63%

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

R = 38.25%
G = 25.63%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C584BA (or 0xC584BA) is known color: London Hue. HEX triplet: C5, 84 and BA. RGB value is (197,132,186). Sum of RGB (Red+Green+Blue) = 197+132+186=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 197 - color contains mainly: red. Hex color #C584BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C584BA is #3A7B45. Grayscale: #9D9D9D. Windows color (decimal): -3832646 or 12223685. OLE color: 12223685.

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

Color convert

RGB 197 132 186 -
CMYK 0 0.33 0.06 0.23
HSL 310.15º 0.36% 0.65% -
HSV(B) 310.15º 0.33% 0.77% -
XYZ 40.14 31.92 50.5 -
YUV 157.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 197 132 186 0 0.33 0.06 0.23 310.15 0.36 0.65
Hex C5 84 BA 0 21 6 17 136 24 41
Octal 305 204 272 0 41 6 27 466 44 101
Binary 11000101 10000100 10111010 0 100001 110 10111 100110110 100100 1000001

Color Harmonies of #C584BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C584BA

Black with #C584BA

Text Example


Text Example

White with #C584BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C584BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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