#c87cb6

Color #C87CB6 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C87CB6

Tints of London Hue #C87CB6

Color information

#C87CB6 (or 0xC87CB6) is unknown color: approx London Hue. HEX triplet: C8, 7C and B6. RGB value is (200,124,182). Sum of RGB (Red+Green+Blue) = 200+124+182=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 182 (71.48% from 255 or 35.97% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CB6 is #378349. Grayscale: #999999. Windows color (decimal): -3638090 or 11959496. OLE color: 11959496.

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

Color convert

RGB200124182-
CMYK00.380.090.22
HSL314.21º40.86%63.53%-
HSV(B)314.21º38%78.43%-
XYZ39.4730.0747.98-
YUV153.34144.18161.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 124 (48.83% from 255) = 24.51%
BLUE value IS 182 (71.48% from 255) = 35.97%
R=39.53%
G=24.51%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012418200.380.090.22314.2140.8663.53
HexC87CB602691613a2940
Octal310174266046112647251100
Binary1100100011111001011011001001101001101101001110101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87cb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87cb6; }

 p { color: rgb(200,124,182); }

 H1.HeaderClassName
 {
   color: #c87cb6;
 }
 .AnyTagClassName
 {
   color: #c87cb6;
 }
</style>
background-color css

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

 a { background-color: rgb(200,124,182); }

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

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

 span { border-color: rgb(200,124,182); }

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