#C5745D

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

Shades of Japonica #C5745D

Tints of Japonica #C5745D

Color information

#C5745D (or 0xC5745D) is unknown color: approx Japonica. HEX triplet: C5, 74 and 5D. RGB value is (197,116,93). Sum of RGB (Red+Green+Blue) = 197+116+93=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C5745D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5745D is #3A8BA2. Grayscale: #898989. Windows color (decimal): -3836835 or 6124741. OLE color: 6124741.

HSL color Cylindrical-coordinate representation of color #C5745D: hue angle of 13.27º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5745D is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19711693-
CMYK00.410.530.23
HSL13.27º47.27%56.86%-
HSV(B)13.27º52.79%77.25%-
XYZ31.2525.1513.56-
YUV137.6102.84170.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 116 (45.70% from 255) = 28.57%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=48.52%
G=28.57%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971169300.410.530.2313.2747.2756.86
HexC5745D0293517d2f39
Octal3051641350516527155771
Binary11000101111010010111010101001110101101111101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5745D; }

 p { color: rgb(197,116,93); }

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

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

 a { background-color: rgb(197,116,93); }

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

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

 span { border-color: rgb(197,116,93); }

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