#C38096

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

Shades of Puce #C38096

Tints of Puce #C38096

Color information

#C38096 (or 0xC38096) is unknown color: approx Puce. HEX triplet: C3, 80 and 96. RGB value is (195,128,150). Sum of RGB (Red+Green+Blue) = 195+128+150=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38096 is #3C7F69. Grayscale: #969696. Windows color (decimal): -3964778 or 9863363. OLE color: 9863363.

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

Color convert

RGB195128150-
CMYK00.340.230.24
HSL340.3º35.83%63.33%-
HSV(B)340.3º34.36%76.47%-
XYZ35.7329.2432.62-
YUV150.54127.7159.71-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=41.23%
G=27.06%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512815000.340.230.24340.335.8363.33
HexC380960221718154243f
Octal30320022604227305244477
Binary11000011100000001001011001000101011111000101010100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38096; }

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

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

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

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

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

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

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

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