#C78C8E

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

Shades of Puce #C78C8E

Tints of Puce #C78C8E

Color information

#C78C8E (or 0xC78C8E) is unknown color: approx Puce. HEX triplet: C7, 8C and 8E. RGB value is (199,140,142). Sum of RGB (Red+Green+Blue) = 199+140+142=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78C8E is #387371. Grayscale: #9D9D9D. Windows color (decimal): -3699570 or 9342151. OLE color: 9342151.

HSL color Cylindrical-coordinate representation of color #C78C8E: hue angle of 357.97º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C78C8E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199140142-
CMYK00.300.290.22
HSL357.97º34.5%66.47%-
HSV(B)357.97º29.65%78.04%-
XYZ37.8132.8529.94-
YUV157.87119.05157.34-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 142 (55.86% from 255) = 29.52%
R=41.37%
G=29.11%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914014200.300.290.22357.9734.566.47
HexC78C8E01E1D161662342
Octal307214216036352654643102
Binary11000111100011001000111001111011101101101011001101000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78C8E; }

 p { color: rgb(199,140,142); }

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

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

 a { background-color: rgb(199,140,142); }

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

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

 span { border-color: rgb(199,140,142); }

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