#C3888C

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

Shades of Puce #C3888C

Tints of Puce #C3888C

Color information

#C3888C (or 0xC3888C) is unknown color: approx Puce. HEX triplet: C3, 88 and 8C. RGB value is (195,136,140). Sum of RGB (Red+Green+Blue) = 195+136+140=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C3888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3888C is #3C7773. Grayscale: #9A9A9A. Windows color (decimal): -3962740 or 9210051. OLE color: 9210051.

HSL color Cylindrical-coordinate representation of color #C3888C: hue angle of 355.93º 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 #C3888C is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB195136140-
CMYK00.300.280.24
HSL355.93º32.96%64.9%-
HSV(B)355.93º30.26%76.47%-
XYZ36.0431.128.91-
YUV154.1120.05157.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 140 (55.08% from 255) = 29.72%
R=41.40%
G=28.87%
B=29.72%

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
Decimal19513614000.300.280.24355.9332.9664.9
HexC3888C01E1C181642141
Octal303210214036343054441101
Binary11000011100010001000110001111011100110001011001001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3888C; }

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

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

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

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

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

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

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

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