Html Css Color HEX #C581BA London Hue

📋 copy color: '#C581BA'

red 197 ◦ green 129 ◦ blue 186

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

Shades of London Hue #C581BA

Tints of London Hue #C581BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 25.2%

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

R = 38.48%
G = 25.2%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C581BA (or 0xC581BA) is known color: London Hue. HEX triplet: C5, 81 and BA. RGB value is (197,129,186). Sum of RGB (Red+Green+Blue) = 197+129+186=512 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.48% from 512); Green value is 129 (50.78% from 255 or 25.20% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 197 - color contains mainly: red. Hex color #C581BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C581BA is #3A7E45. Grayscale: #9B9B9B. Windows color (decimal): -3833414 or 12222917. OLE color: 12222917.

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

Color convert

RGB 197 129 186 -
CMYK 0 0.35 0.06 0.23
HSL 309.71º 0.37% 0.64% -
HSV(B) 309.71º 0.35% 0.77% -
XYZ 39.74 31.12 50.37 -
YUV 155.83 145.03 157.37 -
System Red Green Blue C M Y K H S L
Decimal 197 129 186 0 0.35 0.06 0.23 309.71 0.37 0.64
Hex C5 81 BA 0 23 6 17 136 25 40
Octal 305 201 272 0 43 6 27 466 45 100
Binary 11000101 10000001 10111010 0 100011 110 10111 100110110 100101 1000000

Color Harmonies of #C581BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C581BA

Black with #C581BA

Text Example


Text Example

White with #C581BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C581BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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