#C87E92

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

Shades of Puce #C87E92

Tints of Puce #C87E92

Color information

#C87E92 (or 0xC87E92) is unknown color: approx Puce. HEX triplet: C8, 7E and 92. RGB value is (200,126,146). Sum of RGB (Red+Green+Blue) = 200+126+146=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 146 (57.42% from 255 or 30.93% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C87E92 is #37816D. Grayscale: #969696. Windows color (decimal): -3637614 or 9600712. OLE color: 9600712.

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

Color convert

RGB200126146-
CMYK00.370.270.22
HSL343.78º40.22%63.92%-
HSV(B)343.78º37%78.43%-
XYZ36.4729.2830.92-
YUV150.41125.52163.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.37%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 146 (57.42% from 255) = 30.93%
R=42.37%
G=26.69%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012614600.370.270.22343.7840.2263.92
HexC87E920251B161582840
Octal310176222045332653050100
Binary11001000111111010010010010010111011101101010110001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87E92; }

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

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

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

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

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

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

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

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