#C3878A

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

Shades of Puce #C3878A

Tints of Puce #C3878A

Color information

#C3878A (or 0xC3878A) is unknown color: approx Puce. HEX triplet: C3, 87 and 8A. RGB value is (195,135,138). Sum of RGB (Red+Green+Blue) = 195+135+138=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3878A is #3C7875. Grayscale: #999999. Windows color (decimal): -3962998 or 9078723. OLE color: 9078723.

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

Color convert

RGB195135138-
CMYK00.310.290.24
HSL357º33.33%64.71%-
HSV(B)357º30.77%76.47%-
XYZ35.7630.7728.1-
YUV153.28119.38157.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=41.67%
G=28.85%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513513800.310.290.2435733.3364.71
HexC3878A01F1D181652141
Octal303207212037353054541101
Binary11000011100001111000101001111111101110001011001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3878A; }

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

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

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

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

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

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

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

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