#C4849D

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

Shades of Puce #C4849D

Tints of Puce #C4849D

Color information

#C4849D (or 0xC4849D) is unknown color: approx Puce. HEX triplet: C4, 84 and 9D. RGB value is (196,132,157). Sum of RGB (Red+Green+Blue) = 196+132+157=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 132 (51.95% from 255 or 27.22% from 485); Blue value is 157 (61.72% from 255 or 32.37% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4849D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4849D is #3B7B62. Grayscale: #999999. Windows color (decimal): -3898211 or 10323140. OLE color: 10323140.

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

Color convert

RGB196132157-
CMYK00.330.200.23
HSL336.56º35.16%64.31%-
HSV(B)336.56º32.65%76.86%-
XYZ37.130.6735.86-
YUV153.99129.7157.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 132 (51.95% from 255) = 27.22%
BLUE value IS 157 (61.72% from 255) = 32.37%
R=40.41%
G=27.22%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613215700.330.200.23336.5635.1664.31
HexC4849D02114171512340
Octal304204235041242752143100
Binary110001001000010010011101010000110100101111010100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4849D; }

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

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

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

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

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

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

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

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