#C38391

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

Shades of Puce #C38391

Tints of Puce #C38391

Color information

#C38391 (or 0xC38391) is unknown color: approx Puce. HEX triplet: C3, 83 and 91. RGB value is (195,131,145). Sum of RGB (Red+Green+Blue) = 195+131+145=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 145 (57.03% from 255 or 30.79% from 471); Max value from RGB is 195 - color contains mainly: red. Hex color #C38391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38391 is #3C7C6E. Grayscale: #979797. Windows color (decimal): -3964015 or 9536451. OLE color: 9536451.

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

Color convert

RGB195131145-
CMYK00.330.260.24
HSL346.88º34.78%63.92%-
HSV(B)346.88º32.82%76.47%-
XYZ35.7329.8830.67-
YUV151.73124.2158.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.40%
GREEN value IS 131 (51.56% from 255) = 27.81%
BLUE value IS 145 (57.03% from 255) = 30.79%
R=41.40%
G=27.81%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513114500.330.260.24346.8834.7863.92
HexC383910211A1815b2340
Octal303203221041323053343100
Binary110000111000001110010001010000111010110001010110111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38391; }

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

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

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

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

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

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

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

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