#C4795E

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

Shades of Japonica #C4795E

Tints of Japonica #C4795E

Color information

#C4795E (or 0xC4795E) is unknown color: approx Japonica. HEX triplet: C4, 79 and 5E. RGB value is (196,121,94). Sum of RGB (Red+Green+Blue) = 196+121+94=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4795E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4795E is #3B86A1. Grayscale: #8C8C8C. Windows color (decimal): -3901090 or 6191556. OLE color: 6191556.

HSL color Cylindrical-coordinate representation of color #C4795E: hue angle of 15.88º degrees, saturation: 0.46, 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 #C4795E is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB19612194-
CMYK00.380.520.23
HSL15.88º46.36%56.86%-
HSV(B)15.88º52.04%76.86%-
XYZ31.6226.2213.98-
YUV140.35101.85167.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 94 (37.11% from 255) = 22.87%
R=47.69%
G=29.44%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961219400.380.520.2315.8846.3656.86
HexC4795E0263417102e39
Octal3041711360466427205671
Binary110001001111001101111001001101101001011110000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4795E; }

 p { color: rgb(196,121,94); }

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

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

 a { background-color: rgb(196,121,94); }

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

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

 span { border-color: rgb(196,121,94); }

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