#C38791

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

Shades of Puce #C38791

Tints of Puce #C38791

Color information

#C38791 (or 0xC38791) is unknown color: approx Puce. HEX triplet: C3, 87 and 91. RGB value is (195,135,145). Sum of RGB (Red+Green+Blue) = 195+135+145=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38791 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38791 is #3C786E. Grayscale: #9A9A9A. Windows color (decimal): -3962991 or 9537475. OLE color: 9537475.

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

Color convert

RGB195135145-
CMYK00.310.260.24
HSL350º33.33%64.71%-
HSV(B)350º30.77%76.47%-
XYZ36.2830.9730.85-
YUV154.08122.88157.19-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 145 (57.03% from 255) = 30.53%
R=41.05%
G=28.42%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513514500.310.260.2435033.3364.71
HexC3879101F1A1815e2141
Octal303207221037323053641101
Binary11000011100001111001000101111111010110001010111101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38791; }

 p { color: rgb(195,135,145); }

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

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

 a { background-color: rgb(195,135,145); }

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

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

 span { border-color: rgb(195,135,145); }

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