#C38D91

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

Shades of Puce #C38D91

Tints of Puce #C38D91

Color information

#C38D91 (or 0xC38D91) is unknown color: approx Puce. HEX triplet: C3, 8D and 91. RGB value is (195,141,145). Sum of RGB (Red+Green+Blue) = 195+141+145=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 141 (55.47% from 255 or 29.31% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D91 is #3C726E. Grayscale: #9D9D9D. Windows color (decimal): -3961455 or 9539011. OLE color: 9539011.

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

Color convert

RGB195141145-
CMYK00.280.260.24
HSL355.56º31.03%65.88%-
HSV(B)355.56º27.69%76.47%-
XYZ37.1432.731.14-
YUV157.6120.89154.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 141 (55.47% from 255) = 29.31%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=40.54%
G=29.31%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514114500.280.260.24355.5631.0365.88
HexC38D9101C1A181641f42
Octal303215221034323054437102
Binary1100001110001101100100010111001101011000101100100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D91; }

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

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

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

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

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

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

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

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