#C48587

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

Shades of Puce #C48587

Tints of Puce #C48587

Color information

#C48587 (or 0xC48587) is unknown color: approx Puce. HEX triplet: C4, 85 and 87. RGB value is (196,133,135). Sum of RGB (Red+Green+Blue) = 196+133+135=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C48587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48587 is #3B7A78. Grayscale: #989898. Windows color (decimal): -3897977 or 8881604. OLE color: 8881604.

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

Color convert

RGB196133135-
CMYK00.320.310.23
HSL358.1º34.81%64.51%-
HSV(B)358.1º32.14%76.86%-
XYZ35.5330.2626.89-
YUV152.06118.37159.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 135 (53.12% from 255) = 29.09%
R=42.24%
G=28.66%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613313500.320.310.23358.134.8164.51
HexC485870201F171662341
Octal304205207040372754643101
Binary110001001000010110000111010000011111101111011001101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48587; }

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

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

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

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

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

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

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

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