#C3808E

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

Shades of Puce #C3808E

Tints of Puce #C3808E

Color information

#C3808E (or 0xC3808E) is unknown color: approx Puce. HEX triplet: C3, 80 and 8E. RGB value is (195,128,142). Sum of RGB (Red+Green+Blue) = 195+128+142=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 128 (50.39% from 255 or 27.53% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C3808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3808E is #3C7F71. Grayscale: #959595. Windows color (decimal): -3964786 or 9339075. OLE color: 9339075.

HSL color Cylindrical-coordinate representation of color #C3808E: hue angle of 347.46º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C3808E is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB195128142-
CMYK00.340.270.24
HSL347.46º35.83%63.33%-
HSV(B)347.46º34.36%76.47%-
XYZ35.1128.9929.34-
YUV149.63123.7160.36-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 128 (50.39% from 255) = 27.53%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=41.94%
G=27.53%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512814200.340.270.24347.4635.8363.33
HexC3808E0221B1815b243f
Octal30320021604233305334477
Binary11000011100000001000111001000101101111000101011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3808E; }

 p { color: rgb(195,128,142); }

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

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

 a { background-color: rgb(195,128,142); }

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

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

 span { border-color: rgb(195,128,142); }

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