#C78894

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

Shades of Puce #C78894

Tints of Puce #C78894

Color information

#C78894 (or 0xC78894) is unknown color: approx Puce. HEX triplet: C7, 88 and 94. RGB value is (199,136,148). Sum of RGB (Red+Green+Blue) = 199+136+148=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C78894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78894 is #38776B. Grayscale: #9C9C9C. Windows color (decimal): -3700588 or 9734343. OLE color: 9734343.

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

Color convert

RGB199136148-
CMYK00.320.260.22
HSL348.57º36%65.69%-
HSV(B)348.57º31.66%78.04%-
XYZ37.731.8932.18-
YUV156.2123.37158.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.20%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=41.20%
G=28.16%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913614800.320.260.22348.573665.69
HexC788940201A1615d2442
Octal307210224040322653544102
Binary110001111000100010010100010000011010101101010111011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78894; }

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

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

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

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

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

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

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

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