#C48392

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

Shades of Puce #C48392

Tints of Puce #C48392

Color information

#C48392 (or 0xC48392) is unknown color: approx Puce. HEX triplet: C4, 83 and 92. RGB value is (196,131,146). Sum of RGB (Red+Green+Blue) = 196+131+146=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C48392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48392 is #3B7C6D. Grayscale: #989898. Windows color (decimal): -3898478 or 9601988. OLE color: 9601988.

HSL color Cylindrical-coordinate representation of color #C48392: hue angle of 346.15º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48392 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB196131146-
CMYK00.330.260.23
HSL346.15º35.52%64.12%-
HSV(B)346.15º33.16%76.86%-
XYZ36.0730.0431.09-
YUV152.14124.53159.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.44%
GREEN value IS 131 (51.56% from 255) = 27.70%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=41.44%
G=27.70%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613114600.330.260.23346.1535.5264.12
HexC483920211A1715a2440
Octal304203222041322753244100
Binary110001001000001110010010010000111010101111010110101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48392; }

 p { color: rgb(196,131,146); }

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

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

 a { background-color: rgb(196,131,146); }

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

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

 span { border-color: rgb(196,131,146); }

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