#C38395

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

Shades of Puce #C38395

Tints of Puce #C38395

Color information

#C38395 (or 0xC38395) is unknown color: approx Puce. HEX triplet: C3, 83 and 95. RGB value is (195,131,149). Sum of RGB (Red+Green+Blue) = 195+131+149=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 131 (51.56% from 255 or 27.58% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38395 is #3C7C6A. Grayscale: #989898. Windows color (decimal): -3964011 or 9798595. OLE color: 9798595.

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

Color convert

RGB195131149-
CMYK00.330.240.24
HSL343.12º34.78%63.92%-
HSV(B)343.12º32.82%76.47%-
XYZ36.053032.33-
YUV152.19126.2158.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 131 (51.56% from 255) = 27.58%
BLUE value IS 149 (58.59% from 255) = 31.37%
R=41.05%
G=27.58%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513114900.330.240.24343.1234.7863.92
HexC3839502118181572340
Octal303203225041303052743100
Binary110000111000001110010101010000111000110001010101111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38395; }

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

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

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

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

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

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

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

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