#C78697

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

Shades of Puce #C78697

Tints of Puce #C78697

Color information

#C78697 (or 0xC78697) is unknown color: approx Puce. HEX triplet: C7, 86 and 97. RGB value is (199,134,151). Sum of RGB (Red+Green+Blue) = 199+134+151=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 134 (52.73% from 255 or 27.69% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C78697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C78697 is #387968. Grayscale: #9B9B9B. Windows color (decimal): -3701097 or 9930439. OLE color: 9930439.

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

Color convert

RGB199134151-
CMYK00.330.240.22
HSL344.31º36.72%65.29%-
HSV(B)344.31º32.66%78.04%-
XYZ37.6631.4333.36-
YUV155.37125.53159.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 41.12%
GREEN value IS 134 (52.73% from 255) = 27.69%
BLUE value IS 151 (59.38% from 255) = 31.20%
R=41.12%
G=27.69%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913415100.330.240.22344.3136.7265.29
HexC7869702118161582541
Octal307206227041302653045101
Binary110001111000011010010111010000111000101101010110001001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78697; }

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

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

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

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

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

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

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

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