#C48399

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

Shades of Puce #C48399

Tints of Puce #C48399

Color information

#C48399 (or 0xC48399) is unknown color: approx Puce. HEX triplet: C4, 83 and 99. RGB value is (196,131,153). Sum of RGB (Red+Green+Blue) = 196+131+153=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 131 (51.56% from 255 or 27.29% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C48399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48399 is #3B7C66. Grayscale: #989898. Windows color (decimal): -3898471 or 10060740. OLE color: 10060740.

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

Color convert

RGB196131153-
CMYK00.330.220.23
HSL339.69º35.52%64.12%-
HSV(B)339.69º33.16%76.86%-
XYZ36.6330.2734.05-
YUV152.94128.03158.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 131 (51.56% from 255) = 27.29%
BLUE value IS 153 (60.16% from 255) = 31.88%
R=40.83%
G=27.29%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613115300.330.220.23339.6935.5264.12
HexC4839902116171542440
Octal304203231041262752444100
Binary110001001000001110011001010000110110101111010101001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48399; }

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

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

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

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

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

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

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

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