#C87E9C

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

Shades of Puce #C87E9C

Tints of Puce #C87E9C

Color information

#C87E9C (or 0xC87E9C) is unknown color: approx Puce. HEX triplet: C8, 7E and 9C. RGB value is (200,126,156). Sum of RGB (Red+Green+Blue) = 200+126+156=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 126 (49.61% from 255 or 26.14% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87E9C is #378163. Grayscale: #979797. Windows color (decimal): -3637604 or 10256072. OLE color: 10256072.

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

Color convert

RGB200126156-
CMYK00.370.220.22
HSL335.68º40.22%63.92%-
HSV(B)335.68º37%78.43%-
XYZ37.2829.635.2-
YUV151.55130.52162.56-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 126 (49.61% from 255) = 26.14%
BLUE value IS 156 (61.33% from 255) = 32.37%
R=41.49%
G=26.14%
B=32.37%

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
Decimal20012615600.370.220.22335.6840.2263.92
HexC87E9C02516161502840
Octal310176234045262652050100
Binary11001000111111010011100010010110110101101010100001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E9C; }

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

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

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

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

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

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

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

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