#C38796

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

Shades of Puce #C38796

Tints of Puce #C38796

Color information

#C38796 (or 0xC38796) is unknown color: approx Puce. HEX triplet: C3, 87 and 96. RGB value is (195,135,150). Sum of RGB (Red+Green+Blue) = 195+135+150=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C38796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38796 is #3C7869. Grayscale: #9A9A9A. Windows color (decimal): -3962986 or 9865155. OLE color: 9865155.

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

Color convert

RGB195135150-
CMYK00.310.230.24
HSL345º33.33%64.71%-
HSV(B)345º30.77%76.47%-
XYZ36.6731.1332.93-
YUV154.65125.38156.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.62%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 150 (58.98% from 255) = 31.25%
R=40.62%
G=28.12%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513515000.310.230.2434533.3364.71
HexC3879601F17181592141
Octal303207226037273053141101
Binary11000011100001111001011001111110111110001010110011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38796; }

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

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

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

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

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

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

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

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