#C5785F

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

Shades of Japonica #C5785F

Tints of Japonica #C5785F

Color information

#C5785F (or 0xC5785F) is unknown color: approx Japonica. HEX triplet: C5, 78 and 5F. RGB value is (197,120,95). Sum of RGB (Red+Green+Blue) = 197+120+95=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 120 (47.27% from 255 or 29.13% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5785F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5785F is #3A87A0. Grayscale: #8C8C8C. Windows color (decimal): -3835809 or 6256837. OLE color: 6256837.

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

Color convert

RGB19712095-
CMYK00.390.520.23
HSL14.71º46.79%57.25%-
HSV(B)14.71º51.78%77.25%-
XYZ31.8126.1314.19-
YUV140.17102.51168.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 120 (47.27% from 255) = 29.13%
BLUE value IS 95 (37.5% from 255) = 23.06%
R=47.82%
G=29.13%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971209500.390.520.2314.7146.7957.25
HexC5785F0273417f2f39
Octal3051701370476427175771
Binary11000101111100010111110100111110100101111111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5785F; }

 p { color: rgb(197,120,95); }

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

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

 a { background-color: rgb(197,120,95); }

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

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

 span { border-color: rgb(197,120,95); }

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