#C87D92

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

Shades of Puce #C87D92

Tints of Puce #C87D92

Color information

#C87D92 (or 0xC87D92) is unknown color: approx Puce. HEX triplet: C8, 7D and 92. RGB value is (200,125,146). Sum of RGB (Red+Green+Blue) = 200+125+146=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87D92 is #37826D. Grayscale: #959595. Windows color (decimal): -3637870 or 9600456. OLE color: 9600456.

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

Color convert

RGB200125146-
CMYK00.380.270.22
HSL343.2º40.54%63.73%-
HSV(B)343.2º37.5%78.43%-
XYZ36.3429.0230.88-
YUV149.82125.85163.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.46%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 146 (57.42% from 255) = 31.00%
R=42.46%
G=26.54%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012514600.380.270.22343.240.5463.73
HexC87D920261B161572940
Octal310175222046332652751100
Binary11001000111110110010010010011011011101101010101111010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87D92; }

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

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

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

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

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

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

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

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