Html Css Color HEX #C880BA London Hue

📋 copy color: '#C880BA'

red 200 ◦ green 128 ◦ blue 186

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

Shades of London Hue #C880BA

Tints of London Hue #C880BA

RGB

 RED value IS 200 (78.52% from 255) = 38.91%

 GREEN value IS 128 (50.39% from 255) = 24.9%

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

R = 38.91%
G = 24.9%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C880BA (or 0xC880BA) is known color: London Hue. HEX triplet: C8, 80 and BA. RGB value is (200,128,186). Sum of RGB (Red+Green+Blue) = 200+128+186=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 128 (50.39% from 255 or 24.90% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C880BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880BA is #377F45. Grayscale: #9B9B9B. Windows color (decimal): -3637062 or 12222664. OLE color: 12222664.

HSL color Cylindrical-coordinate representation of color #C880BA: hue angle of 311.67º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C880BA is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 186 -
CMYK 0 0.36 0.07 0.22
HSL 311.67º 0.4% 0.64% -
HSV(B) 311.67º 0.36% 0.78% -
XYZ 40.4 31.26 50.36 -
YUV 156.14 144.85 159.28 -
System Red Green Blue C M Y K H S L
Decimal 200 128 186 0 0.36 0.07 0.22 311.67 0.4 0.64
Hex C8 80 BA 0 24 7 16 138 28 40
Octal 310 200 272 0 44 7 26 470 50 100
Binary 11001000 10000000 10111010 0 100100 111 10110 100111000 101000 1000000

Color Harmonies of #C880BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880BA

Black with #C880BA

Text Example


Text Example

White with #C880BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880BA; }

 p { color: rgb(200,128,186); }

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

background-color css

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

 a { background-color: rgb(200,128,186); }

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

border-color css

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

 span { border-color: rgb(200,128,186); }

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