#C78788

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

Shades of Puce #C78788

Tints of Puce #C78788

Color information

#C78788 (or 0xC78788) is unknown color: approx Puce. HEX triplet: C7, 87 and 88. RGB value is (199,135,136). Sum of RGB (Red+Green+Blue) = 199+135+136=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 199 - color contains mainly: red. Hex color #C78788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78788 is #387877. Grayscale: #9A9A9A. Windows color (decimal): -3700856 or 8947655. OLE color: 8947655.

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

Color convert

RGB199135136-
CMYK00.320.320.22
HSL359.06º36.36%65.49%-
HSV(B)359.06º32.16%78.04%-
XYZ36.6631.2527.39-
YUV154.25117.7159.92-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.34%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 136 (53.52% from 255) = 28.94%
R=42.34%
G=28.72%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913513600.320.320.22359.0636.3665.49
HexC7878802020161672441
Octal307207210040402654744101
Binary1100011110000111100010000100000100000101101011001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78788; }

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

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

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

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

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

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

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

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