#C78D97

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

Shades of Puce #C78D97

Tints of Puce #C78D97

Color information

#C78D97 (or 0xC78D97) is unknown color: approx Puce. HEX triplet: C7, 8D and 97. RGB value is (199,141,151). Sum of RGB (Red+Green+Blue) = 199+141+151=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78D97 is #387268. Grayscale: #9F9F9F. Windows color (decimal): -3699305 or 9932231. OLE color: 9932231.

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

Color convert

RGB199141151-
CMYK00.290.240.22
HSL349.66º34.12%66.67%-
HSV(B)349.66º29.15%78.04%-
XYZ38.6633.4333.69-
YUV159.48123.22156.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.53%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 151 (59.38% from 255) = 30.75%
R=40.53%
G=28.72%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914115100.290.240.22349.6634.1266.67
HexC78D9701D181615e2243
Octal307215227035302653642103
Binary11000111100011011001011101110111000101101010111101000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D97; }

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

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

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

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

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

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

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

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