#C1795D

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

Shades of Japonica #C1795D

Tints of Japonica #C1795D

Color information

#C1795D (or 0xC1795D) is unknown color: approx Japonica. HEX triplet: C1, 79 and 5D. RGB value is (193,121,93). Sum of RGB (Red+Green+Blue) = 193+121+93=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 121 (47.66% from 255 or 29.73% from 407); Blue value is 93 (36.72% from 255 or 22.85% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C1795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1795D is #3E86A2. Grayscale: #8B8B8B. Windows color (decimal): -4097699 or 6126017. OLE color: 6126017.

HSL color Cylindrical-coordinate representation of color #C1795D: hue angle of 16.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1795D is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB19312193-
CMYK00.370.520.24
HSL16.8º44.64%56.08%-
HSV(B)16.8º51.81%75.69%-
XYZ30.8125.813.71-
YUV139.34101.85166.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 121 (47.66% from 255) = 29.73%
BLUE value IS 93 (36.72% from 255) = 22.85%
R=47.42%
G=29.73%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931219300.370.520.2416.844.6456.08
HexC1795D0253418112d38
Octal3011711350456430215570
Binary110000011111001101110101001011101001100010001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1795D; }

 p { color: rgb(193,121,93); }

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

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

 a { background-color: rgb(193,121,93); }

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

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

 span { border-color: rgb(193,121,93); }

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