#C87E91

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

Shades of Puce #C87E91

Tints of Puce #C87E91

Color information

#C87E91 (or 0xC87E91) is unknown color: approx Puce. HEX triplet: C8, 7E and 91. RGB value is (200,126,145). Sum of RGB (Red+Green+Blue) = 200+126+145=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87E91 is #37816E. Grayscale: #969696. Windows color (decimal): -3637615 or 9535176. OLE color: 9535176.

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

Color convert

RGB200126145-
CMYK00.370.280.22
HSL344.59º40.22%63.92%-
HSV(B)344.59º37%78.43%-
XYZ36.3929.2530.51-
YUV150.29125.02163.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=42.46%
G=26.75%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012614500.370.280.22344.5940.2263.92
HexC87E910251C161592840
Octal310176221045342653150100
Binary11001000111111010010001010010111100101101010110011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E91; }

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

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

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

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

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

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

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

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