#C78596

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

Shades of Puce #C78596

Tints of Puce #C78596

Color information

#C78596 (or 0xC78596) is unknown color: approx Puce. HEX triplet: C7, 85 and 96. RGB value is (199,133,150). Sum of RGB (Red+Green+Blue) = 199+133+150=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78596 is #387A69. Grayscale: #9A9A9A. Windows color (decimal): -3701354 or 9864647. OLE color: 9864647.

HSL color Cylindrical-coordinate representation of color #C78596: hue angle of 344.55º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C78596 is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.22.

Color convert

RGB199133150-
CMYK00.330.250.22
HSL344.55º37.08%65.1%-
HSV(B)344.55º33.17%78.04%-
XYZ37.4531.1232.89-
YUV154.67125.37159.62-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 133 (52.34% from 255) = 27.59%
BLUE value IS 150 (58.98% from 255) = 31.12%
R=41.29%
G=27.59%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913315000.330.250.22344.5537.0865.1
HexC7859602119161592541
Octal307205226041312653145101
Binary110001111000010110010110010000111001101101010110011001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78596; }

 p { color: rgb(199,133,150); }

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

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

 a { background-color: rgb(199,133,150); }

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

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

 span { border-color: rgb(199,133,150); }

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