#C38091

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

Shades of Puce #C38091

Tints of Puce #C38091

Color information

#C38091 (or 0xC38091) is unknown color: approx Puce. HEX triplet: C3, 80 and 91. RGB value is (195,128,145). Sum of RGB (Red+Green+Blue) = 195+128+145=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 145 (57.03% from 255 or 30.98% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C38091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38091 is #3C7F6E. Grayscale: #959595. Windows color (decimal): -3964783 or 9535683. OLE color: 9535683.

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

Color convert

RGB195128145-
CMYK00.340.260.24
HSL344.78º35.83%63.33%-
HSV(B)344.78º34.36%76.47%-
XYZ35.3429.0830.54-
YUV149.97125.2160.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.67%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 145 (57.03% from 255) = 30.98%
R=41.67%
G=27.35%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512814500.340.260.24344.7835.8363.33
HexC380910221A18159243f
Octal30320022104232305314477
Binary11000011100000001001000101000101101011000101011001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38091; }

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

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

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

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

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

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

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

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