#C3878D

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

Shades of Puce #C3878D

Tints of Puce #C3878D

Color information

#C3878D (or 0xC3878D) is unknown color: approx Puce. HEX triplet: C3, 87 and 8D. RGB value is (195,135,141). Sum of RGB (Red+Green+Blue) = 195+135+141=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3878D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3878D is #3C7872. Grayscale: #999999. Windows color (decimal): -3962995 or 9275331. OLE color: 9275331.

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

Color convert

RGB195135141-
CMYK00.310.280.24
HSL354º33.33%64.71%-
HSV(B)354º30.77%76.47%-
XYZ35.9830.8529.26-
YUV153.62120.88157.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=41.40%
G=28.66%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513514100.310.280.2435433.3364.71
HexC3878D01F1C181622141
Octal303207215037343054241101
Binary11000011100001111000110101111111100110001011000101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3878D; }

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

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

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

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

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

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

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

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