#C57356

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

Shades of Japonica #C57356

Tints of Japonica #C57356

Color information

#C57356 (or 0xC57356) is unknown color: approx Japonica. HEX triplet: C5, 73 and 56. RGB value is (197,115,86). Sum of RGB (Red+Green+Blue) = 197+115+86=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57356 is #3A8CA9. Grayscale: #888888. Windows color (decimal): -3837098 or 5665733. OLE color: 5665733.

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

Color convert

RGB19711586-
CMYK00.420.560.23
HSL15.68º48.9%55.49%-
HSV(B)15.68º56.35%77.25%-
XYZ30.8424.811.97-
YUV136.2199.67171.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.50%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=49.50%
G=28.89%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971158600.420.560.2315.6848.955.49
HexC5735602A3817103137
Octal3051631260527027206167
Binary110001011110011101011001010101110001011110000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57356; }

 p { color: rgb(197,115,86); }

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

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

 a { background-color: rgb(197,115,86); }

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

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

 span { border-color: rgb(197,115,86); }

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