Html Css Color HEX #C880BB London Hue

📋 copy color: '#C880BB'

red 200 ◦ green 128 ◦ blue 187

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

Shades of London Hue #C880BB

Tints of London Hue #C880BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 38.83%
G = 24.85%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C880BB (or 0xC880BB) is known color: London Hue. HEX triplet: C8, 80 and BB. RGB value is (200,128,187). Sum of RGB (Red+Green+Blue) = 200+128+187=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C880BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C880BB is #377F44. Grayscale: #9C9C9C. Windows color (decimal): -3637061 or 12288200. OLE color: 12288200.

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

Color convert

RGB 200 128 187 -
CMYK 0 0.36 0.06 0.22
HSL 310.83º 0.4% 0.64% -
HSV(B) 310.83º 0.36% 0.78% -
XYZ 40.51 31.31 50.92 -
YUV 156.25 145.35 159.2 -
System Red Green Blue C M Y K H S L
Decimal 200 128 187 0 0.36 0.06 0.22 310.83 0.4 0.64
Hex C8 80 BB 0 24 6 16 137 28 40
Octal 310 200 273 0 44 6 26 467 50 100
Binary 11001000 10000000 10111011 0 100100 110 10110 100110111 101000 1000000

Color Harmonies of #C880BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C880BB

Black with #C880BB

Text Example


Text Example

White with #C880BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C880BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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