#C78D90

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

Shades of Puce #C78D90

Tints of Puce #C78D90

Color information

#C78D90 (or 0xC78D90) is unknown color: approx Puce. HEX triplet: C7, 8D and 90. RGB value is (199,141,144). Sum of RGB (Red+Green+Blue) = 199+141+144=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D90 is #38726F. Grayscale: #9E9E9E. Windows color (decimal): -3699312 or 9473479. OLE color: 9473479.

HSL color Cylindrical-coordinate representation of color #C78D90: hue angle of 356.9º 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 #C78D90 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB199141144-
CMYK00.290.280.22
HSL356.9º34.12%66.67%-
HSV(B)356.9º29.15%78.04%-
XYZ38.1133.2130.79-
YUV158.68119.72156.76-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.12%
GREEN value IS 141 (55.47% from 255) = 29.13%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=41.12%
G=29.13%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914114400.290.280.22356.934.1266.67
HexC78D9001D1C161652243
Octal307215220035342654542103
Binary11000111100011011001000001110111100101101011001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D90; }

 p { color: rgb(199,141,144); }

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

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

 a { background-color: rgb(199,141,144); }

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

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

 span { border-color: rgb(199,141,144); }

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