#C38795

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

Shades of Puce #C38795

Tints of Puce #C38795

Color information

#C38795 (or 0xC38795) is unknown color: approx Puce. HEX triplet: C3, 87 and 95. RGB value is (195,135,149). Sum of RGB (Red+Green+Blue) = 195+135+149=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 149 (58.59% from 255 or 31.11% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38795 is #3C786A. Grayscale: #9A9A9A. Windows color (decimal): -3962987 or 9799619. OLE color: 9799619.

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

Color convert

RGB195135149-
CMYK00.310.240.24
HSL346º33.33%64.71%-
HSV(B)346º30.77%76.47%-
XYZ36.5931.132.51-
YUV154.54124.88156.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 149 (58.59% from 255) = 31.11%
R=40.71%
G=28.18%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513514900.310.240.2434633.3364.71
HexC3879501F181815a2141
Octal303207225037303053241101
Binary11000011100001111001010101111111000110001010110101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38795; }

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

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

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

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

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

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

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

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