#C4838C

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

Shades of Puce #C4838C

Tints of Puce #C4838C

Color information

#C4838C (or 0xC4838C) is unknown color: approx Puce. HEX triplet: C4, 83 and 8C. RGB value is (196,131,140). Sum of RGB (Red+Green+Blue) = 196+131+140=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 140 (55.08% from 255 or 29.98% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4838C is #3B7C73. Grayscale: #979797. Windows color (decimal): -3898484 or 9208772. OLE color: 9208772.

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

Color convert

RGB196131140-
CMYK00.330.290.23
HSL351.69º35.52%64.12%-
HSV(B)351.69º33.16%76.86%-
XYZ35.6129.8628.7-
YUV151.46121.53159.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 140 (55.08% from 255) = 29.98%
R=41.97%
G=28.05%
B=29.98%

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
Decimal19613114000.330.290.23351.6935.5264.12
HexC4838C0211D171602440
Octal304203214041352754044100
Binary110001001000001110001100010000111101101111011000001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4838C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4838C; }

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

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

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

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

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

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

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

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