#C4848D

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

Shades of Puce #C4848D

Tints of Puce #C4848D

Color information

#C4848D (or 0xC4848D) is unknown color: approx Puce. HEX triplet: C4, 84 and 8D. RGB value is (196,132,141). Sum of RGB (Red+Green+Blue) = 196+132+141=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 132 (51.95% from 255 or 28.14% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848D is #3B7B72. Grayscale: #989898. Windows color (decimal): -3898227 or 9274564. OLE color: 9274564.

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

Color convert

RGB196132141-
CMYK00.330.280.23
HSL351.56º35.16%64.31%-
HSV(B)351.56º32.65%76.86%-
XYZ35.8230.1629.13-
YUV152.16121.7159.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.79%
GREEN value IS 132 (51.95% from 255) = 28.14%
BLUE value IS 141 (55.47% from 255) = 30.06%
R=41.79%
G=28.14%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613214100.330.280.23351.5635.1664.31
HexC4848D0211C171602340
Octal304204215041342754043100
Binary110001001000010010001101010000111100101111011000001000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4848D; }

 p { color: rgb(196,132,141); }

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

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

 a { background-color: rgb(196,132,141); }

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

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

 span { border-color: rgb(196,132,141); }

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