#c87fa5

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

Shades of Puce #C87FA5

Tints of Puce #C87FA5

Color information

#C87FA5 (or 0xC87FA5) is unknown color: approx Puce. HEX triplet: C8, 7F and A5. RGB value is (200,127,165). Sum of RGB (Red+Green+Blue) = 200+127+165=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C87FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87FA5 is #37805A. Grayscale: #999999. Windows color (decimal): -3637339 or 10846152. OLE color: 10846152.

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

Color convert

RGB200127165-
CMYK00.360.180.22
HSL328.77º39.89%64.12%-
HSV(B)328.77º36.5%78.43%-
XYZ38.230.1739.41-
YUV153.16134.68161.41-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.65%
GREEN value IS 127 (50% from 255) = 25.81%
BLUE value IS 165 (64.84% from 255) = 33.54%
R=40.65%
G=25.81%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012716500.360.180.22328.7739.8964.12
HexC87FA502412161492840
Octal310177245044222651150100
Binary11001000111111110100101010010010010101101010010011010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87fa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87fa5; }

 p { color: rgb(200,127,165); }

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

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

 a { background-color: rgb(200,127,165); }

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

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

 span { border-color: rgb(200,127,165); }

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