#C4848B

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

Shades of Puce #C4848B

Tints of Puce #C4848B

Color information

#C4848B (or 0xC4848B) is unknown color: approx Puce. HEX triplet: C4, 84 and 8B. RGB value is (196,132,139). Sum of RGB (Red+Green+Blue) = 196+132+139=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 132 (51.95% from 255 or 28.27% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4848B is #3B7B74. Grayscale: #979797. Windows color (decimal): -3898229 or 9143492. OLE color: 9143492.

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

Color convert

RGB196132139-
CMYK00.330.290.23
HSL353.44º35.16%64.31%-
HSV(B)353.44º32.65%76.86%-
XYZ35.6830.128.36-
YUV151.93120.7159.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 132 (51.95% from 255) = 28.27%
BLUE value IS 139 (54.69% from 255) = 29.76%
R=41.97%
G=28.27%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613213900.330.290.23353.4435.1664.31
HexC4848B0211D171612340
Octal304204213041352754143100
Binary110001001000010010001011010000111101101111011000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4848B; }

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

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

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

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

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

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

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

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