#C78092

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

Shades of Puce #C78092

Tints of Puce #C78092

Color information

#C78092 (or 0xC78092) is unknown color: approx Puce. HEX triplet: C7, 80 and 92. RGB value is (199,128,146). Sum of RGB (Red+Green+Blue) = 199+128+146=473 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.07% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 199 - color contains mainly: red. Hex color #C78092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78092 is #387F6D. Grayscale: #979797. Windows color (decimal): -3702638 or 9601223. OLE color: 9601223.

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

Color convert

RGB199128146-
CMYK00.360.270.22
HSL344.79º38.8%64.12%-
HSV(B)344.79º35.68%78.04%-
XYZ36.4629.6631-
YUV151.28125.02162.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.07%
GREEN value IS 128 (50.39% from 255) = 27.06%
BLUE value IS 146 (57.42% from 255) = 30.87%
R=42.07%
G=27.06%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912814600.360.270.22344.7938.864.12
HexC780920241B161592740
Octal307200222044332653147100
Binary110001111000000010010010010010011011101101010110011001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78092; }

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

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

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

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

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

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

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

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