#C87E9B

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

Shades of Puce #C87E9B

Tints of Puce #C87E9B

Color information

#C87E9B (or 0xC87E9B) is unknown color: approx Puce. HEX triplet: C8, 7E and 9B. RGB value is (200,126,155). Sum of RGB (Red+Green+Blue) = 200+126+155=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 155 (60.94% from 255 or 32.22% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87E9B is #378164. Grayscale: #979797. Windows color (decimal): -3637605 or 10190536. OLE color: 10190536.

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

Color convert

RGB200126155-
CMYK00.370.220.22
HSL336.49º40.22%63.92%-
HSV(B)336.49º37%78.43%-
XYZ37.229.5734.76-
YUV151.43130.02162.64-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 155 (60.94% from 255) = 32.22%
R=41.58%
G=26.20%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012615500.370.220.22336.4940.2263.92
HexC87E9B02516161502840
Octal310176233045262652050100
Binary11001000111111010011011010010110110101101010100001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E9B; }

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

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

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

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

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

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

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

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