#C38D8F

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

Shades of Puce #C38D8F

Tints of Puce #C38D8F

Color information

#C38D8F (or 0xC38D8F) is unknown color: approx Puce. HEX triplet: C3, 8D and 8F. RGB value is (195,141,143). Sum of RGB (Red+Green+Blue) = 195+141+143=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D8F is #3C7270. Grayscale: #9D9D9D. Windows color (decimal): -3961457 or 9407939. OLE color: 9407939.

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

Color convert

RGB195141143-
CMYK00.280.270.24
HSL357.78º31.03%65.88%-
HSV(B)357.78º27.69%76.47%-
XYZ36.9932.6430.34-
YUV157.37119.89154.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 143 (56.25% from 255) = 29.85%
R=40.71%
G=29.44%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514114300.280.270.24357.7831.0365.88
HexC38D8F01C1B181661f42
Octal303215217034333054637102
Binary1100001110001101100011110111001101111000101100110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38D8F; }

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

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

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

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

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

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

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

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