Html Css Color HEX #C881BB London Hue

📋 copy color: '#C881BB'

red 200 ◦ green 129 ◦ blue 187

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

Shades of London Hue #C881BB

Tints of London Hue #C881BB

RGB

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

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

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

R = 38.76%
G = 25%
B = 36.24%

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

#C881BB (or 0xC881BB) is known color: London Hue. HEX triplet: C8, 81 and BB. RGB value is (200,129,187). Sum of RGB (Red+Green+Blue) = 200+129+187=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BB is #377E44. Grayscale: #9C9C9C. Windows color (decimal): -3636805 or 12288456. OLE color: 12288456.

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

Color convert

RGB 200 129 187 -
CMYK 0 0.36 0.06 0.22
HSL 310.99º 0.39% 0.65% -
HSV(B) 310.99º 0.36% 0.78% -
XYZ 40.64 31.57 50.96 -
YUV 156.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 200 129 187 0 0.36 0.06 0.22 310.99 0.39 0.65
Hex C8 81 BB 0 24 6 16 137 27 41
Octal 310 201 273 0 44 6 26 467 47 101
Binary 11001000 10000001 10111011 0 100100 110 10110 100110111 100111 1000001

Color Harmonies of #C881BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C881BB

Black with #C881BB

Text Example


Text Example

White with #C881BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C881BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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