#C4785C

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

Shades of Japonica #C4785C

Tints of Japonica #C4785C

Color information

#C4785C (or 0xC4785C) is unknown color: approx Japonica. HEX triplet: C4, 78 and 5C. RGB value is (196,120,92). Sum of RGB (Red+Green+Blue) = 196+120+92=408 (54% of max value = 765). Red value is 196 (76.95% from 255 or 48.04% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 92 (36.33% from 255 or 22.55% from 408); Max value from RGB is 196 - color contains mainly: red. Hex color #C4785C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4785C is #3B87A3. Grayscale: #8B8B8B. Windows color (decimal): -3901348 or 6060228. OLE color: 6060228.

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

Color convert

RGB19612092-
CMYK00.390.530.23
HSL16.15º46.85%56.47%-
HSV(B)16.15º53.06%76.86%-
XYZ31.4125.9413.48-
YUV139.53101.18168.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.04%
GREEN value IS 120 (47.27% from 255) = 29.41%
BLUE value IS 92 (36.33% from 255) = 22.55%
R=48.04%
G=29.41%
B=22.55%

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
Decimal1961209200.390.530.2316.1546.8556.47
HexC4785C0273517102f38
Octal3041701340476527205770
Binary110001001111000101110001001111101011011110000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4785C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4785C; }

 p { color: rgb(196,120,92); }

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

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

 a { background-color: rgb(196,120,92); }

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

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

 span { border-color: rgb(196,120,92); }

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