#C4878D

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

Shades of Puce #C4878D

Tints of Puce #C4878D

Color information

#C4878D (or 0xC4878D) is unknown color: approx Puce. HEX triplet: C4, 87 and 8D. RGB value is (196,135,141). Sum of RGB (Red+Green+Blue) = 196+135+141=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 135 (53.12% from 255 or 28.60% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4878D is #3B7872. Grayscale: #999999. Windows color (decimal): -3897459 or 9275332. OLE color: 9275332.

HSL color Cylindrical-coordinate representation of color #C4878D: hue angle of 354.1º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4878D is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196135141-
CMYK00.310.280.23
HSL354.1º34.08%64.9%-
HSV(B)354.1º31.12%76.86%-
XYZ36.2430.9929.27-
YUV153.92120.71158.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 135 (53.12% from 255) = 28.60%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=41.53%
G=28.60%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613514100.310.280.23354.134.0864.9
HexC4878D01F1C171622241
Octal304207215037342754242101
Binary11000100100001111000110101111111100101111011000101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4878D; }

 p { color: rgb(196,135,141); }

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

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

 a { background-color: rgb(196,135,141); }

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

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

 span { border-color: rgb(196,135,141); }

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