#C78492

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

Shades of Puce #C78492

Tints of Puce #C78492

Color information

#C78492 (or 0xC78492) is unknown color: approx Puce. HEX triplet: C7, 84 and 92. RGB value is (199,132,146). Sum of RGB (Red+Green+Blue) = 199+132+146=477 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.72% from 477); Green value is 132 (51.95% from 255 or 27.67% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 199 - color contains mainly: red. Hex color #C78492 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78492 is #387B6D. Grayscale: #999999. Windows color (decimal): -3701614 or 9602247. OLE color: 9602247.

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

Color convert

RGB199132146-
CMYK00.340.270.22
HSL347.46º37.43%64.9%-
HSV(B)347.46º33.67%78.04%-
XYZ36.9930.7231.17-
YUV153.63123.7160.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.72%
GREEN value IS 132 (51.95% from 255) = 27.67%
BLUE value IS 146 (57.42% from 255) = 30.61%
R=41.72%
G=27.67%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913214600.340.270.22347.4637.4364.9
HexC784920221B1615b2541
Octal307204222042332653345101
Binary110001111000010010010010010001011011101101010110111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78492; }

 p { color: rgb(199,132,146); }

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

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

 a { background-color: rgb(199,132,146); }

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

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

 span { border-color: rgb(199,132,146); }

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