#C38586

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

Shades of Puce #C38586

Tints of Puce #C38586

Color information

#C38586 (or 0xC38586) is unknown color: approx Puce. HEX triplet: C3, 85 and 86. RGB value is (195,133,134). Sum of RGB (Red+Green+Blue) = 195+133+134=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 195 - color contains mainly: red. Hex color #C38586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38586 is #3C7A79. Grayscale: #979797. Windows color (decimal): -3963514 or 8816067. OLE color: 8816067.

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

Color convert

RGB195133134-
CMYK00.320.310.24
HSL359.03º34.07%64.31%-
HSV(B)359.03º31.79%76.47%-
XYZ35.230.126.51-
YUV151.65118.04158.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 134 (52.73% from 255) = 29.00%
R=42.21%
G=28.79%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513313400.320.310.24359.0334.0764.31
HexC385860201F181672240
Octal303205206040373054742100
Binary110000111000010110000110010000011111110001011001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38586; }

 p { color: rgb(195,133,134); }

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

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

 a { background-color: rgb(195,133,134); }

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

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

 span { border-color: rgb(195,133,134); }

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