#C48599

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

Shades of Puce #C48599

Tints of Puce #C48599

Color information

#C48599 (or 0xC48599) is unknown color: approx Puce. HEX triplet: C4, 85 and 99. RGB value is (196,133,153). Sum of RGB (Red+Green+Blue) = 196+133+153=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 153 (60.16% from 255 or 31.74% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C48599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48599 is #3B7A66. Grayscale: #9A9A9A. Windows color (decimal): -3897959 or 10061252. OLE color: 10061252.

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

Color convert

RGB196133153-
CMYK00.320.220.23
HSL340.95º34.81%64.51%-
HSV(B)340.95º32.14%76.86%-
XYZ36.930.8134.14-
YUV154.12127.37157.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 153 (60.16% from 255) = 31.74%
R=40.66%
G=27.59%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613315300.320.220.23340.9534.8164.51
HexC4859902016171552341
Octal304205231040262752543101
Binary110001001000010110011001010000010110101111010101011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48599; }

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

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

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

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

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

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

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

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