#C3838D

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

Shades of Puce #C3838D

Tints of Puce #C3838D

Color information

#C3838D (or 0xC3838D) is unknown color: approx Puce. HEX triplet: C3, 83 and 8D. RGB value is (195,131,141). Sum of RGB (Red+Green+Blue) = 195+131+141=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3838D is #3C7C72. Grayscale: #979797. Windows color (decimal): -3964019 or 9274307. OLE color: 9274307.

HSL color Cylindrical-coordinate representation of color #C3838D: hue angle of 350.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3838D is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195131141-
CMYK00.330.280.24
HSL350.62º34.78%63.92%-
HSV(B)350.62º32.82%76.47%-
XYZ35.4329.7629.08-
YUV151.28122.2159.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.76%
GREEN value IS 131 (51.56% from 255) = 28.05%
BLUE value IS 141 (55.47% from 255) = 30.19%
R=41.76%
G=28.05%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513114100.330.280.24350.6234.7863.92
HexC3838D0211C1815f2340
Octal303203215041343053743100
Binary110000111000001110001101010000111100110001010111111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3838D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3838D; }

 p { color: rgb(195,131,141); }

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

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

 a { background-color: rgb(195,131,141); }

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

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

 span { border-color: rgb(195,131,141); }

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