Html Css Color HEX #C880B9 London Hue

📋 copy color: '#C880B9'

red 200 ◦ green 128 ◦ blue 185

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

Shades of London Hue #C880B9

Tints of London Hue #C880B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 36.06%

R = 38.99%
G = 24.95%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C880B9 (or 0xC880B9) is known color: London Hue. HEX triplet: C8, 80 and B9. RGB value is (200,128,185). Sum of RGB (Red+Green+Blue) = 200+128+185=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C880B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880B9 is #377F46. Grayscale: #9B9B9B. Windows color (decimal): -3637063 or 12157128. OLE color: 12157128.

HSL color Cylindrical-coordinate representation of color #C880B9: hue angle of 312.5º 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 #C880B9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 128 185 -
CMYK 0 0.36 0.08 0.22
HSL 312.5º 0.4% 0.64% -
HSV(B) 312.5º 0.36% 0.78% -
XYZ 40.3 31.22 49.8 -
YUV 156.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 200 128 185 0 0.36 0.08 0.22 312.5 0.4 0.64
Hex C8 80 B9 0 24 8 16 138 28 40
Octal 310 200 271 0 44 10 26 470 50 100
Binary 11001000 10000000 10111001 0 100100 1000 10110 100111000 101000 1000000

Color Harmonies of #C880B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880B9

Black with #C880B9

Text Example


Text Example

White with #C880B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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