#C1745B

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

Shades of Japonica #C1745B

Tints of Japonica #C1745B

Color information

#C1745B (or 0xC1745B) is unknown color: approx Japonica. HEX triplet: C1, 74 and 5B. RGB value is (193,116,91). Sum of RGB (Red+Green+Blue) = 193+116+91=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C1745B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1745B is #3E8BA4. Grayscale: #888888. Windows color (decimal): -4098981 or 5993665. OLE color: 5993665.

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

Color convert

RGB19311691-
CMYK00.400.530.24
HSL14.71º45.13%55.69%-
HSV(B)14.71º52.85%75.69%-
XYZ30.1324.5813.05-
YUV136.17102.51168.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.25%
GREEN value IS 116 (45.70% from 255) = 29%
BLUE value IS 91 (35.94% from 255) = 22.75%
R=48.25%
G=29%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931169100.400.530.2414.7145.1355.69
HexC1745B0283518f2d38
Octal3011641330506530175570
Binary11000001111010010110110101000110101110001111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1745B; }

 p { color: rgb(193,116,91); }

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

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

 a { background-color: rgb(193,116,91); }

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

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

 span { border-color: rgb(193,116,91); }

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