#C78197

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

Shades of Puce #C78197

Tints of Puce #C78197

Color information

#C78197 (or 0xC78197) is unknown color: approx Puce. HEX triplet: C7, 81 and 97. RGB value is (199,129,151). Sum of RGB (Red+Green+Blue) = 199+129+151=479 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.54% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 151 (59.38% from 255 or 31.52% from 479); Max value from RGB is 199 - color contains mainly: red. Hex color #C78197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78197 is #387E68. Grayscale: #989898. Windows color (decimal): -3702377 or 9929159. OLE color: 9929159.

HSL color Cylindrical-coordinate representation of color #C78197: hue angle of 341.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C78197 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB199129151-
CMYK00.350.240.22
HSL341.14º38.46%64.31%-
HSV(B)341.14º35.18%78.04%-
XYZ36.9930.0833.13-
YUV152.44127.19161.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.54%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 151 (59.38% from 255) = 31.52%
R=41.54%
G=26.93%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912915100.350.240.22341.1438.4664.31
HexC7819702318161552640
Octal307201227043302652546100
Binary110001111000000110010111010001111000101101010101011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78197; }

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

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

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

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

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

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

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

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