#C78694

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

Shades of Puce #C78694

Tints of Puce #C78694

Color information

#C78694 (or 0xC78694) is unknown color: approx Puce. HEX triplet: C7, 86 and 94. RGB value is (199,134,148). Sum of RGB (Red+Green+Blue) = 199+134+148=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 199 - color contains mainly: red. Hex color #C78694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78694 is #38796B. Grayscale: #9B9B9B. Windows color (decimal): -3701100 or 9733831. OLE color: 9733831.

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

Color convert

RGB199134148-
CMYK00.330.260.22
HSL347.08º36.72%65.29%-
HSV(B)347.08º32.66%78.04%-
XYZ37.4231.3332.09-
YUV155.03124.03159.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.37%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 148 (58.20% from 255) = 30.77%
R=41.37%
G=27.86%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913414800.330.260.22347.0836.7265.29
HexC786940211A1615b2541
Octal307206224041322653345101
Binary110001111000011010010100010000111010101101010110111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78694; }

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

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

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

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

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

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

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

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