#C3888D

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

Shades of Puce #C3888D

Tints of Puce #C3888D

Color information

#C3888D (or 0xC3888D) is unknown color: approx Puce. HEX triplet: C3, 88 and 8D. RGB value is (195,136,141). Sum of RGB (Red+Green+Blue) = 195+136+141=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C3888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3888D is #3C7772. Grayscale: #9A9A9A. Windows color (decimal): -3962739 or 9275587. OLE color: 9275587.

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

Color convert

RGB195136141-
CMYK00.300.280.24
HSL354.92º32.96%64.9%-
HSV(B)354.92º30.26%76.47%-
XYZ36.1231.1329.31-
YUV154.21120.55157.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=41.31%
G=28.81%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513614100.300.280.24354.9232.9664.9
HexC3888D01E1C181632141
Octal303210215036343054341101
Binary11000011100010001000110101111011100110001011000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3888D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3888D; }

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

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

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

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

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

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

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

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