#C87EA0

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

Shades of Puce #C87EA0

Tints of Puce #C87EA0

Color information

#C87EA0 (or 0xC87EA0) is unknown color: approx Puce. HEX triplet: C8, 7E and A0. RGB value is (200,126,160). Sum of RGB (Red+Green+Blue) = 200+126+160=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 126 (49.61% from 255 or 25.93% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87EA0 is #37815F. Grayscale: #979797. Windows color (decimal): -3637600 or 10518216. OLE color: 10518216.

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

Color convert

RGB200126160-
CMYK00.370.20.22
HSL332.43º40.22%63.92%-
HSV(B)332.43º37%78.43%-
XYZ37.6329.7437.01-
YUV152132.52162.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 126 (49.61% from 255) = 25.93%
BLUE value IS 160 (62.89% from 255) = 32.92%
R=41.15%
G=25.93%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.2
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012616000.370.20.22332.4340.2263.92
HexC87EA0025141614c2840
Octal310176240045242651450100
Binary11001000111111010100000010010110100101101010011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87EA0; }

 p { color: rgb(200,126,160); }

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

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

 a { background-color: rgb(200,126,160); }

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

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

 span { border-color: rgb(200,126,160); }

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