#C4848F

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

Shades of Puce #C4848F

Tints of Puce #C4848F

Color information

#C4848F (or 0xC4848F) is unknown color: approx Puce. HEX triplet: C4, 84 and 8F. RGB value is (196,132,143). Sum of RGB (Red+Green+Blue) = 196+132+143=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 132 (51.95% from 255 or 28.03% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848F is #3B7B70. Grayscale: #989898. Windows color (decimal): -3898225 or 9405636. OLE color: 9405636.

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

Color convert

RGB196132143-
CMYK00.330.270.23
HSL349.69º35.16%64.31%-
HSV(B)349.69º32.65%76.86%-
XYZ35.9730.2229.92-
YUV152.39122.7159.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.61%
GREEN value IS 132 (51.95% from 255) = 28.03%
BLUE value IS 143 (56.25% from 255) = 30.36%
R=41.61%
G=28.03%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613214300.330.270.23349.6935.1664.31
HexC4848F0211B1715e2340
Octal304204217041332753643100
Binary110001001000010010001111010000111011101111010111101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4848F; }

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

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

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

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

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

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

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

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