#C57556

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

Shades of Japonica #C57556

Tints of Japonica #C57556

Color information

#C57556 (or 0xC57556) is unknown color: approx Japonica. HEX triplet: C5, 75 and 56. RGB value is (197,117,86). Sum of RGB (Red+Green+Blue) = 197+117+86=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 86 (33.98% from 255 or 21.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C57556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57556 is #3A8AA9. Grayscale: #898989. Windows color (decimal): -3836586 or 5666245. OLE color: 5666245.

HSL color Cylindrical-coordinate representation of color #C57556: hue angle of 16.76º 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 #C57556 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB19711786-
CMYK00.410.560.23
HSL16.76º48.9%55.49%-
HSV(B)16.76º56.35%77.25%-
XYZ31.0725.2612.04-
YUV137.3999170.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.25%
GREEN value IS 117 (46.09% from 255) = 29.25%
BLUE value IS 86 (33.98% from 255) = 21.5%
R=49.25%
G=29.25%
B=21.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971178600.410.560.2316.7648.955.49
HexC575560293817113137
Octal3051651260517027216167
Binary110001011110101101011001010011110001011110001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57556; }

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

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

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

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

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

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

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

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