#C4838B

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

Shades of Puce #C4838B

Tints of Puce #C4838B

Color information

#C4838B (or 0xC4838B) is unknown color: approx Puce. HEX triplet: C4, 83 and 8B. RGB value is (196,131,139). Sum of RGB (Red+Green+Blue) = 196+131+139=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C4838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4838B is #3B7C74. Grayscale: #979797. Windows color (decimal): -3898485 or 9143236. OLE color: 9143236.

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

Color convert

RGB196131139-
CMYK00.330.290.23
HSL352.62º35.52%64.12%-
HSV(B)352.62º33.16%76.86%-
XYZ35.5429.8328.31-
YUV151.35121.03159.85-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 131 (51.56% from 255) = 28.11%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=42.06%
G=28.11%
B=29.83%

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
Decimal19613113900.330.290.23352.6235.5264.12
HexC4838B0211D171612440
Octal304203213041352754144100
Binary110001001000001110001011010000111101101111011000011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4838B; }

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

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

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

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

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

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

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

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