#c7745e

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

Shades of Japonica #C7745E

Tints of Japonica #C7745E

Color information

#C7745E (or 0xC7745E) is unknown color: approx Japonica. HEX triplet: C7, 74 and 5E. RGB value is (199,116,94). Sum of RGB (Red+Green+Blue) = 199+116+94=409 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.66% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 94 (37.11% from 255 or 22.98% from 409); Max value from RGB is 199 - color contains mainly: red. Hex color #C7745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C7745E is #388BA1. Grayscale: #8A8A8A. Windows color (decimal): -3705762 or 6190279. OLE color: 6190279.

HSL color Cylindrical-coordinate representation of color #C7745E: hue angle of 12.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C7745E is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19911694-
CMYK00.420.530.22
HSL12.57º48.39%57.45%-
HSV(B)12.57º52.76%78.04%-
XYZ31.8225.4413.82-
YUV138.31103171.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.66%
GREEN value IS 116 (45.70% from 255) = 28.36%
BLUE value IS 94 (37.11% from 255) = 22.98%
R=48.66%
G=28.36%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991169400.420.530.2212.5748.3957.45
HexC7745E02A3516d3039
Octal3071641360526526156071
Binary11000111111010010111100101010110101101101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7745e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7745e; }

 p { color: rgb(199,116,94); }

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

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

 a { background-color: rgb(199,116,94); }

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

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

 span { border-color: rgb(199,116,94); }

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