#C48789

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

Shades of Puce #C48789

Tints of Puce #C48789

Color information

#C48789 (or 0xC48789) is unknown color: approx Puce. HEX triplet: C4, 87 and 89. RGB value is (196,135,137). Sum of RGB (Red+Green+Blue) = 196+135+137=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C48789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48789 is #3B7876. Grayscale: #999999. Windows color (decimal): -3897463 or 9013188. OLE color: 9013188.

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

Color convert

RGB196135137-
CMYK00.310.300.23
HSL358.03º34.08%64.9%-
HSV(B)358.03º31.12%76.86%-
XYZ35.9430.8727.73-
YUV153.47118.71158.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 137 (53.91% from 255) = 29.27%
R=41.88%
G=28.85%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613513700.310.300.23358.0334.0864.9
HexC4878901F1E171662241
Octal304207211037362754642101
Binary11000100100001111000100101111111110101111011001101000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48789; }

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

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

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

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

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

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

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

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