#C78E94

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

Shades of Puce #C78E94

Tints of Puce #C78E94

Color information

#C78E94 (or 0xC78E94) is unknown color: approx Puce. HEX triplet: C7, 8E and 94. RGB value is (199,142,148). Sum of RGB (Red+Green+Blue) = 199+142+148=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78E94 is #38716B. Grayscale: #9F9F9F. Windows color (decimal): -3699052 or 9735879. OLE color: 9735879.

HSL color Cylindrical-coordinate representation of color #C78E94: hue angle of 353.68º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C78E94 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB199142148-
CMYK00.290.260.22
HSL353.68º33.73%66.86%-
HSV(B)353.68º28.64%78.04%-
XYZ38.5733.6332.47-
YUV159.73121.38156.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.70%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=40.70%
G=29.04%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914214800.290.260.22353.6833.7366.86
HexC78E9401D1A161622243
Octal307216224035322654242103
Binary11000111100011101001010001110111010101101011000101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78E94; }

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

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

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

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

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

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

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

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