#C37C56

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

Shades of Japonica #C37C56

Tints of Japonica #C37C56

Color information

#C37C56 (or 0xC37C56) is unknown color: approx Japonica. HEX triplet: C3, 7C and 56. RGB value is (195,124,86). Sum of RGB (Red+Green+Blue) = 195+124+86=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C37C56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C37C56 is #3C83A9. Grayscale: #8D8D8D. Windows color (decimal): -3965866 or 5668035. OLE color: 5668035.

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

Color convert

RGB19512486-
CMYK00.360.560.24
HSL20.92º47.6%55.1%-
HSV(B)20.92º55.9%76.47%-
XYZ31.3926.6912.3-
YUV140.997.02166.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.15%
GREEN value IS 124 (48.83% from 255) = 30.62%
BLUE value IS 86 (33.98% from 255) = 21.23%
R=48.15%
G=30.62%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951248600.360.560.2420.9247.655.1
HexC37C560243818153037
Octal3031741260447030256067
Binary110000111111100101011001001001110001100010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37C56; }

 p { color: rgb(195,124,86); }

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

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

 a { background-color: rgb(195,124,86); }

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

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

 span { border-color: rgb(195,124,86); }

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