#C87D97

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

Shades of Puce #C87D97

Tints of Puce #C87D97

Color information

#C87D97 (or 0xC87D97) is unknown color: approx Puce. HEX triplet: C8, 7D and 97. RGB value is (200,125,151). Sum of RGB (Red+Green+Blue) = 200+125+151=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D97 is #378268. Grayscale: #969696. Windows color (decimal): -3637865 or 9928136. OLE color: 9928136.

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

Color convert

RGB200125151-
CMYK00.380.240.22
HSL339.2º40.54%63.73%-
HSV(B)339.2º37.5%78.43%-
XYZ36.7429.1832.97-
YUV150.39128.35163.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.02%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 151 (59.38% from 255) = 31.72%
R=42.02%
G=26.26%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012515100.380.240.22339.240.5463.73
HexC87D9702618161532940
Octal310175227046302652351100
Binary11001000111110110010111010011011000101101010100111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D97; }

 p { color: rgb(200,125,151); }

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

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

 a { background-color: rgb(200,125,151); }

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

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

 span { border-color: rgb(200,125,151); }

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