#C78196

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

Shades of Puce #C78196

Tints of Puce #C78196

Color information

#C78196 (or 0xC78196) is unknown color: approx Puce. HEX triplet: C7, 81 and 96. RGB value is (199,129,150). Sum of RGB (Red+Green+Blue) = 199+129+150=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 150 (58.98% from 255 or 31.38% from 478); Max value from RGB is 199 - color contains mainly: red. Hex color #C78196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78196 is #387E69. Grayscale: #989898. Windows color (decimal): -3702378 or 9863623. OLE color: 9863623.

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

Color convert

RGB199129150-
CMYK00.350.250.22
HSL342º38.46%64.31%-
HSV(B)342º35.18%78.04%-
XYZ36.9130.0432.71-
YUV152.32126.69161.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.63%
GREEN value IS 129 (50.78% from 255) = 26.99%
BLUE value IS 150 (58.98% from 255) = 31.38%
R=41.63%
G=26.99%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912915000.350.250.2234238.4664.31
HexC7819602319161562640
Octal307201226043312652646100
Binary110001111000000110010110010001111001101101010101101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78196; }

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

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

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

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

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

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

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

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