#C5785D

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

Shades of Japonica #C5785D

Tints of Japonica #C5785D

Color information

#C5785D (or 0xC5785D) is unknown color: approx Japonica. HEX triplet: C5, 78 and 5D. RGB value is (197,120,93). Sum of RGB (Red+Green+Blue) = 197+120+93=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C5785D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5785D is #3A87A2. Grayscale: #8C8C8C. Windows color (decimal): -3835811 or 6125765. OLE color: 6125765.

HSL color Cylindrical-coordinate representation of color #C5785D: hue angle of 15.58º 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 #C5785D is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB19712093-
CMYK00.390.530.23
HSL15.58º47.27%56.86%-
HSV(B)15.58º52.79%77.25%-
XYZ31.7226.0913.72-
YUV139.94101.51168.7-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 120 (47.27% from 255) = 29.27%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=48.05%
G=29.27%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971209300.390.530.2315.5847.2756.86
HexC5785D0273517102f39
Octal3051701350476527205771
Binary110001011111000101110101001111101011011110000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5785D; }

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

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

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

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

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

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

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

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