#C48299

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

Shades of Puce #C48299

Tints of Puce #C48299

Color information

#C48299 (or 0xC48299) is unknown color: approx Puce. HEX triplet: C4, 82 and 99. RGB value is (196,130,153). Sum of RGB (Red+Green+Blue) = 196+130+153=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 153 (60.16% from 255 or 31.94% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C48299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48299 is #3B7D66. Grayscale: #989898. Windows color (decimal): -3898727 or 10060484. OLE color: 10060484.

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

Color convert

RGB196130153-
CMYK00.340.220.23
HSL339.09º35.87%63.92%-
HSV(B)339.09º33.67%76.86%-
XYZ36.53034-
YUV152.36128.37159.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 153 (60.16% from 255) = 31.94%
R=40.92%
G=27.14%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613015300.340.220.23339.0935.8763.92
HexC4829902216171532440
Octal304202231042262752344100
Binary110001001000001010011001010001010110101111010100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48299; }

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

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

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

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

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

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

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

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