#C78992

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

Shades of Puce #C78992

Tints of Puce #C78992

Color information

#C78992 (or 0xC78992) is unknown color: approx Puce. HEX triplet: C7, 89 and 92. RGB value is (199,137,146). Sum of RGB (Red+Green+Blue) = 199+137+146=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 199 - color contains mainly: red. Hex color #C78992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78992 is #38766D. Grayscale: #9C9C9C. Windows color (decimal): -3700334 or 9603527. OLE color: 9603527.

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

Color convert

RGB199137146-
CMYK00.310.270.22
HSL351.29º35.63%65.88%-
HSV(B)351.29º31.16%78.04%-
XYZ37.6932.1131.41-
YUV156.56122.04158.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.29%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 146 (57.42% from 255) = 30.29%
R=41.29%
G=28.42%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913714600.310.270.22351.2935.6365.88
HexC7899201F1B1615f2442
Octal307211222037332653744102
Binary11000111100010011001001001111111011101101010111111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78992; }

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

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

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

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

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

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

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

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