#C78093

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

Shades of Puce #C78093

Tints of Puce #C78093

Color information

#C78093 (or 0xC78093) is unknown color: approx Puce. HEX triplet: C7, 80 and 93. RGB value is (199,128,147). Sum of RGB (Red+Green+Blue) = 199+128+147=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 199 - color contains mainly: red. Hex color #C78093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78093 is #387F6C. Grayscale: #979797. Windows color (decimal): -3702637 or 9666759. OLE color: 9666759.

HSL color Cylindrical-coordinate representation of color #C78093: hue angle of 343.94º 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 #C78093 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB199128147-
CMYK00.360.260.22
HSL343.94º38.8%64.12%-
HSV(B)343.94º35.68%78.04%-
XYZ36.5429.6931.41-
YUV151.4125.52161.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.98%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 147 (57.81% from 255) = 31.01%
R=41.98%
G=27.00%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912814700.360.260.22343.9438.864.12
HexC780930241A161582740
Octal307200223044322653047100
Binary110001111000000010010011010010011010101101010110001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78093; }

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

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

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

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

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

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

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

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