#C3878F

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

Shades of Puce #C3878F

Tints of Puce #C3878F

Color information

#C3878F (or 0xC3878F) is unknown color: approx Puce. HEX triplet: C3, 87 and 8F. RGB value is (195,135,143). Sum of RGB (Red+Green+Blue) = 195+135+143=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C3878F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3878F is #3C7870. Grayscale: #999999. Windows color (decimal): -3962993 or 9406403. OLE color: 9406403.

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

Color convert

RGB195135143-
CMYK00.310.270.24
HSL352º33.33%64.71%-
HSV(B)352º30.77%76.47%-
XYZ36.1330.9130.05-
YUV153.85121.88157.35-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 143 (56.25% from 255) = 30.23%
R=41.23%
G=28.54%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513514300.310.270.2435233.3364.71
HexC3878F01F1B181602141
Octal303207217037333054041101
Binary11000011100001111000111101111111011110001011000001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3878F; }

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

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

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

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

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

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

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

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